# HappyScribe MCP Node

> Access HappyScribe MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/happyscribemcp-node

## Content

## Description
Access HappyScribe MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `happyscribemcp_create_folder`
* `happyscribemcp_create_summary_template`
* `happyscribemcp_create_transcription`
* `happyscribemcp_delete_folder`
* `happyscribemcp_delete_summary_template`
* `happyscribemcp_delete_transcriptions`
* `happyscribemcp_get_conversation`
* `happyscribemcp_get_folder_hierarchy`
* `happyscribemcp_get_glossary`
* `happyscribemcp_get_helpdesk_article`
* `happyscribemcp_get_meeting_diagnostics`
* `happyscribemcp_get_project`
* `happyscribemcp_get_summary_template`
* `happyscribemcp_get_transcription`
* `happyscribemcp_get_transcriptions`
* `happyscribemcp_get_video_frames`
* `happyscribemcp_get_workspace`
* `happyscribemcp_list_calendar_events`
* `happyscribemcp_list_conversations`
* `happyscribemcp_list_glossaries`
* `happyscribemcp_list_projects`
* `happyscribemcp_list_read_files`
* `happyscribemcp_list_summary_templates`
* `happyscribemcp_list_transcriptions`
* `happyscribemcp_move_transcriptions`
* `happyscribemcp_reassign_speakers`
* `happyscribemcp_regenerate_summary`
* `happyscribemcp_rename_folder`
* `happyscribemcp_rename_speakers`
* `happyscribemcp_rename_transcription`
* `happyscribemcp_replace_text_in_transcript`
* `happyscribemcp_retranscribe`
* `happyscribemcp_search_helpdesk`
* `happyscribemcp_search_transcriptions`
* `happyscribemcp_set_meeting_template`
* `happyscribemcp_update_project_notes`
* `happyscribemcp_update_summary_template`
* `happyscribemcp_upload_file`
* `happyscribemcp_verify_quotes`

## Use Cases
1. **Automate HappyScribe MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.