# mcp ## Pages - [Speak AI MCP server, connect Claude, ChatGPT, and more](https://docs.speakai.co/mcp/index.md): Connect Claude, ChatGPT, Cursor, and other MCP clients to a Speak AI workspace to search recordings, read transcripts and insights, and run automations. - [Speak AI MCP server authentication and rate limits](https://docs.speakai.co/mcp/authentication/index.md): How to get a Speak AI API key, pass it to the MCP server, exchange it for REST tokens yourself, and read the rate limits and tool error format. - [Stream live transcription from Speak AI over WebSocket](https://docs.speakai.co/mcp/live-transcription/index.md): Connect to the Speak AI live transcription WebSocket at wss://listen.speakai.co, authenticate the handshake, stream audio, and read transcript events. - [Speak AI Agent Plugin with 112 MCP tools and 5 skills](https://docs.speakai.co/mcp/plugin/index.md): Install the Speak AI Agent Plugin to give an AI agent the Speak AI MCP server plus five skills that teach it how to use all 112 tools correctly. - [Install the Speak AI plugin in any AI coding client](https://docs.speakai.co/mcp/plugin/install/index.md): Install the Speak AI plugin in Claude Code or any Agent Plugins compatible client, with the marketplace commands, the portable path, and OAuth consent. - [Connect ChatGPT API / Responses to Speak AI](https://docs.speakai.co/mcp/setup/chatgpt-api/index.md): Set up the Speak AI MCP server in ChatGPT API / Responses. For developers calling the Responses API directly. - [Connect ChatGPT to Speak AI](https://docs.speakai.co/mcp/setup/chatgpt/index.md): Set up the Speak AI MCP server in ChatGPT. Web + desktop. Requires Developer Mode. - [Connect Claude Code to Speak AI](https://docs.speakai.co/mcp/setup/claude-code/index.md): Set up the Speak AI MCP server in Claude Code. Recommended, install via the official Claude Code plugin marketplace. - [Connect Claude Desktop to Speak AI](https://docs.speakai.co/mcp/setup/claude-desktop/index.md): Set up the Speak AI MCP server in Claude Desktop. Native macOS / Windows app. - [Connect Claude.ai (web) to Speak AI](https://docs.speakai.co/mcp/setup/claude-web/index.md): Set up the Speak AI MCP server in Claude.ai (web). Browser-based, works on any computer. - [Connect Cursor to Speak AI](https://docs.speakai.co/mcp/setup/cursor/index.md): Set up the Speak AI MCP server in Cursor. One-click install via deeplink. - [Connect OpenClaw to Speak AI](https://docs.speakai.co/mcp/setup/openclaw/index.md): Set up the Speak AI MCP server in OpenClaw. Use Speak AI as a skill in OpenClaw-compatible agents. - [Connect VS Code to Speak AI](https://docs.speakai.co/mcp/setup/vscode/index.md): Set up the Speak AI MCP server in VS Code. One-click install via deeplink. - [Connect Windsurf to Speak AI](https://docs.speakai.co/mcp/setup/windsurf/index.md): Set up the Speak AI MCP server in Windsurf. HTTP transport, config file. - [Tool reference](https://docs.speakai.co/mcp/tools/index.md): Every tool in the Speak AI MCP server, grouped by category, with its parameters and behaviour hints on one page each. - [Automations tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/automations/index.md): Trigger actions on new recordings. Send events to your own backend. All 15 Automations tools in the Speak AI MCP server, with parameters and behaviour hints. - [Build Automation](https://docs.speakai.co/mcp/tools/automations/build_automation/index.md): High-level automation builder: create (or update) a Speak automation from a friendly spec without knowing the wire format. - [Bulk Assign Automation Folders](https://docs.speakai.co/mcp/tools/automations/bulk_assign_automation_folders/index.md): Set the folder scope for multiple automations at once. - [Bulk Update Automation Status](https://docs.speakai.co/mcp/tools/automations/bulk_update_automation_status/index.md): Activate or deactivate multiple automations at once. - [Create Automation](https://docs.speakai.co/mcp/tools/automations/create_automation/index.md): Create a new automation rule using the V2 graph model (trigger + ordered steps). - [Delete Automation](https://docs.speakai.co/mcp/tools/automations/delete_automation/index.md): Permanently delete an automation rule. - [Get Automation Runs](https://docs.speakai.co/mcp/tools/automations/get_automation_runs/index.md): Get the run history (executions) for an automation, with paging and optional status filter. - [Get Automation Details](https://docs.speakai.co/mcp/tools/automations/get_automation/index.md): Get detailed information about a specific automation rule, including its trigger and step graph. - [List Automation Actions](https://docs.speakai.co/mcp/tools/automations/list_automation_actions/index.md): List the action/step types available in the automation catalog. - [List Automation Apps](https://docs.speakai.co/mcp/tools/automations/list_automation_apps/index.md): List the apps available in the automation catalog (e.g. Speak native + connected integrations). - [List Automation Names](https://docs.speakai.co/mcp/tools/automations/list_automation_names/index.md): List automations as lightweight { name, id } pairs: useful for pickers without fetching full configs. - [List Automation Triggers](https://docs.speakai.co/mcp/tools/automations/list_automation_triggers/index.md): List the trigger types available in the automation catalog. - [List Automations](https://docs.speakai.co/mcp/tools/automations/list_automations/index.md): List automation rules in the workspace, with paging and filters. - [Run Automations](https://docs.speakai.co/mcp/tools/automations/run_automations/index.md): Manually run one or more automations against one or more media items now (outside the normal trigger). - [Toggle Automation Status](https://docs.speakai.co/mcp/tools/automations/toggle_automation_status/index.md): Toggle an automation rule between active and inactive. - [Update Automation](https://docs.speakai.co/mcp/tools/automations/update_automation/index.md): Update an existing automation rule. - [Clips tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/clips/index.md): Highlight clips from any time range. Export PDF, DOCX, SRT, VTT, TXT, CSV. All 4 Clips tools in the Speak AI MCP server, with parameters and behaviour hints. - [Create Highlight Clip](https://docs.speakai.co/mcp/tools/clips/create_clip/index.md): Create a highlight clip from one or more media files by specifying time ranges. - [Delete Clip](https://docs.speakai.co/mcp/tools/clips/delete_clip/index.md): Permanently delete a clip and its associated media file. - [List Clips](https://docs.speakai.co/mcp/tools/clips/get_clips/index.md): List clips, optionally filtered by folder or media files. - [Update Clip](https://docs.speakai.co/mcp/tools/clips/update_clip/index.md): Update a clip's title, description, or tags. - [Custom fields tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/custom-fields/index.md): Standalone AI-analyzed text notes plus custom fields you can tag any media file with. All 4 Custom fields tools, with parameters and behaviour hints. - [Create Custom Field](https://docs.speakai.co/mcp/tools/custom-fields/create_field/index.md): Create a new custom field for categorizing and tagging media. - [List Custom Fields](https://docs.speakai.co/mcp/tools/custom-fields/list_fields/index.md): List all custom fields defined in the workspace. - [Update Custom Field](https://docs.speakai.co/mcp/tools/custom-fields/update_field/index.md): Update a specific custom field by ID. - [Bulk Update Custom Field Values](https://docs.speakai.co/mcp/tools/custom-fields/update_multiple_fields/index.md): Set custom field values across media in a single batch operation. - [Dashboards tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/dashboards/index.md): Create and manage analytics dashboards, widgets, and public sharing. All 9 Dashboards tools in the Speak AI MCP server, with parameters and behaviour hints. - [Create Dashboard](https://docs.speakai.co/mcp/tools/dashboards/create_dashboard/index.md): Create an analytics dashboard. - [Delete Dashboard](https://docs.speakai.co/mcp/tools/dashboards/delete_dashboard/index.md): Soft-delete a dashboard. - [Duplicate Dashboard](https://docs.speakai.co/mcp/tools/dashboards/duplicate_dashboard/index.md): Clone an existing dashboard. - [Get Dashboard Speakers Insight](https://docs.speakai.co/mcp/tools/dashboards/get_dashboard_speakers_insight/index.md): Compute a speakers breakdown for a given folder scope, date range, and field filters. - [Get Dashboard](https://docs.speakai.co/mcp/tools/dashboards/get_dashboard/index.md): Get a single dashboard's full spec: title, description, source, date range, sections, widgets, and the current `revision` (pass that revision back to update_dashboard). - [List Dashboard Widgets](https://docs.speakai.co/mcp/tools/dashboards/list_dashboard_widgets/index.md): Discovery + how-to helper for building and customizing dashboards. - [List Dashboards](https://docs.speakai.co/mcp/tools/dashboards/list_dashboards/index.md): List all analytics dashboards the caller can access, including share state and each dashboard's current `revision` (needed for update_dashboard). - [Share Dashboard](https://docs.speakai.co/mcp/tools/dashboards/share_dashboard/index.md): Enable public sharing for a dashboard and return its share token + embed id. - [Update Dashboard](https://docs.speakai.co/mcp/tools/dashboards/update_dashboard/index.md): Update a dashboard. - [Embed players tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/embed-other/index.md): Embeddable player widgets for media on your own website. All 4 Embed players tools in the Speak AI MCP server, with parameters and behaviour hints. - [Check Embed Exists](https://docs.speakai.co/mcp/tools/embed-other/check_embed/index.md): Check if an embed exists for a media file and retrieve its configuration. - [Create Embed Widget](https://docs.speakai.co/mcp/tools/embed-other/create_embed/index.md): Create an embeddable player/transcript widget for a media file or a set of folders. - [Get Embed Iframe URL](https://docs.speakai.co/mcp/tools/embed-other/get_embed_iframe_url/index.md): Get the iframe URL for embedding a media player/transcript on a webpage. - [Update Embed Widget](https://docs.speakai.co/mcp/tools/embed-other/update_embed/index.md): Update an existing embed widget: appearance/feature toggles via `meta`, plus scope and privacy. - [Exports tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/exports/index.md): Highlight clips from any time range. Export PDF, DOCX, SRT, VTT, TXT, CSV. All 2 Exports tools in the Speak AI MCP server, with parameters and behaviour hints. - [Export Media Transcript](https://docs.speakai.co/mcp/tools/exports/export_media/index.md): Export a media file's transcript or insights in various formats (pdf, docx, srt, vtt, txt, csv). - [Export Multiple Media Files](https://docs.speakai.co/mcp/tools/exports/export_multiple_media/index.md): Export multiple media files at once, optionally merged into a single file. - [Folders & views tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/folders-views/index.md): Create folders, save filtered views, bulk move files, share read-only collections. All 11 Folders & views tools, with parameters and behaviour hints. - [Clone Folder View](https://docs.speakai.co/mcp/tools/folders-views/clone_folder_view/index.md): Duplicate an existing folder view into a target folder. - [Clone Folder](https://docs.speakai.co/mcp/tools/folders-views/clone_folder/index.md): Duplicate an existing folder and all of its contents. - [Create Folder View](https://docs.speakai.co/mcp/tools/folders-views/create_folder_view/index.md): Create a new saved view for a folder with a custom set of display columns. - [Create Folder](https://docs.speakai.co/mcp/tools/folders-views/create_folder/index.md): Create a new folder in the workspace. - [Delete Folder](https://docs.speakai.co/mcp/tools/folders-views/delete_folder/index.md): Permanently delete a folder. - [Get All Folder Views](https://docs.speakai.co/mcp/tools/folders-views/get_all_folder_views/index.md): Retrieve all saved views across all folders. - [Get Folder Info](https://docs.speakai.co/mcp/tools/folders-views/get_folder_info/index.md): Get detailed information about a specific folder including its contents. - [Get Folder Views](https://docs.speakai.co/mcp/tools/folders-views/get_folder_views/index.md): Retrieve all saved views for a specific folder. - [List Folders](https://docs.speakai.co/mcp/tools/folders-views/list_folders/index.md): List all folders in the workspace with pagination and sorting. - [Update Folder View](https://docs.speakai.co/mcp/tools/folders-views/update_folder_view/index.md): Update an existing saved view. - [Update Folder](https://docs.speakai.co/mcp/tools/folders-views/update_folder/index.md): Update a folder. - [Ask AI Chat tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/magic-prompt/index.md): Run AI prompts across one file, a folder, or your whole workspace. Save favorites. All 12 Ask AI Chat tools, with parameters and behaviour hints. - [Ask AI Chat](https://docs.speakai.co/mcp/tools/magic-prompt/ask_ai_chat/index.md): Ask an AI-powered question about your media using Speak AI's AI Chat. - [Delete Chat Message](https://docs.speakai.co/mcp/tools/magic-prompt/delete_chat_message/index.md): Delete a specific chat message from conversation history. - [Export Chat Answer](https://docs.speakai.co/mcp/tools/magic-prompt/export_chat_answer/index.md): Export a specific AI Chat answer. - [Get Chat History](https://docs.speakai.co/mcp/tools/magic-prompt/get_chat_history/index.md): Get a list of recent AI Chat conversations. - [Get Chat Messages](https://docs.speakai.co/mcp/tools/magic-prompt/get_chat_messages/index.md): Get full message history for conversations. - [Get Chat Statistics](https://docs.speakai.co/mcp/tools/magic-prompt/get_chat_statistics/index.md): Get usage statistics for AI Chat / chat. - [Get Favorite Prompts](https://docs.speakai.co/mcp/tools/magic-prompt/get_favorite_prompts/index.md): Get all prompts and answers that have been marked as favorites. - [List Prompt Templates](https://docs.speakai.co/mcp/tools/magic-prompt/list_prompts/index.md): List all available AI Chat templates. - [Retry AI Chat](https://docs.speakai.co/mcp/tools/magic-prompt/retry_ai_chat/index.md): Retry a failed or incomplete AI Chat response. - [Submit Chat Feedback](https://docs.speakai.co/mcp/tools/magic-prompt/submit_chat_feedback/index.md): Submit feedback on a chat response (thumbs up/down). - [Toggle Prompt Favorite](https://docs.speakai.co/mcp/tools/magic-prompt/toggle_prompt_favorite/index.md): Mark or unmark a chat message as a favorite for easy retrieval later. - [Rename Chat](https://docs.speakai.co/mcp/tools/magic-prompt/update_chat_title/index.md): Update the title of a chat conversation for easier identification in history. - [Media library tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/media/index.md): Upload audio or video, fetch transcripts, get AI insights, organize, favorite, export. All 17 Media library tools, with parameters and behaviour hints. - [Bulk Move Media Files](https://docs.speakai.co/mcp/tools/media/bulk_move_media/index.md): Move multiple media files to a folder in a single operation. - [Bulk Rename Speakers Across Files](https://docs.speakai.co/mcp/tools/media/bulk_update_transcript_speakers/index.md): Update or rename speaker labels across multiple media files in a single operation. - [Delete Media File](https://docs.speakai.co/mcp/tools/media/delete_media/index.md): Permanently delete a media file and all associated transcripts and insights. - [Get Captions](https://docs.speakai.co/mcp/tools/media/get_captions/index.md): Get captions for a media file. - [Get Media Insights](https://docs.speakai.co/mcp/tools/media/get_media_insights/index.md): Retrieve AI-generated insights for a processed media file: topics, sentiment, keywords, action items, summaries, and more. - [Get Media Status](https://docs.speakai.co/mcp/tools/media/get_media_status/index.md): Check the processing status of a media file. - [Get Signed Upload URL](https://docs.speakai.co/mcp/tools/media/get_signed_upload_url/index.md): Get a pre-signed S3 URL for direct file upload to Speak AI storage. - [Get Transcript](https://docs.speakai.co/mcp/tools/media/get_transcript/index.md): Retrieve the full transcript for a media file with speaker labels and timestamps. - [List Media Files](https://docs.speakai.co/mcp/tools/media/list_media/index.md): List and search media files in the workspace with filtering, pagination, and sorting. - [Re-analyze Media](https://docs.speakai.co/mcp/tools/media/reanalyze_media/index.md): Re-run AI analysis on a media file using the latest models. - [Toggle Media Favorite](https://docs.speakai.co/mcp/tools/media/toggle_media_favorite/index.md): Mark or unmark media files as favorites for quick access. - [Update Media Metadata](https://docs.speakai.co/mcp/tools/media/update_media_metadata/index.md): Update metadata fields (name, description, tags, status) for an existing media file. - [Rename Transcript Speakers](https://docs.speakai.co/mcp/tools/media/update_transcript_speakers/index.md): Update or rename speaker labels in a media transcript. - [Update Transcription Text](https://docs.speakai.co/mcp/tools/media/update_transcription/index.md): Edit the official transcript text of a single media file by finding and replacing text. - [Upload and Analyze Media](https://docs.speakai.co/mcp/tools/media/upload_and_analyze/index.md): Upload and transcribe media from a URL: a direct/public file URL, OR a shareable social/video link (YouTube, Instagram, TikTok, X, Facebook, Reddit, SoundCloud, and similar), which Speak resolves to the underlying media automatically. - [Upload Local File](https://docs.speakai.co/mcp/tools/media/upload_local_file/index.md): Upload a local file to Speak AI for transcription and analysis. - [Upload Media from URL](https://docs.speakai.co/mcp/tools/media/upload_media/index.md): Upload media from a URL: a direct/public file URL, a pre-signed S3 URL, or a shareable social/video link (YouTube, Instagram, TikTok, X, Facebook, Reddit, SoundCloud, and similar) which Speak resolves to the underlying media automatically. - [Meeting bot tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/meeting-bot/index.md): Schedule Speak AI to join a Zoom / Google Meet / Teams call and transcribe automatically. All 5 Meeting bot tools, with parameters and behaviour hints. - [Cancel Scheduled Meeting Assistant](https://docs.speakai.co/mcp/tools/meeting-bot/delete_scheduled_assistant/index.md): Cancel and delete a scheduled meeting assistant event. - [Get Live Meeting Transcript](https://docs.speakai.co/mcp/tools/meeting-bot/get_live_meeting_transcript/index.md): Fetch new sentences from an in-progress or just-ended meeting transcript. - [List Meeting Events](https://docs.speakai.co/mcp/tools/meeting-bot/list_meeting_events/index.md): List scheduled or completed meeting assistant events with filtering and pagination. - [Remove Assistant from Meeting](https://docs.speakai.co/mcp/tools/meeting-bot/remove_assistant_from_meeting/index.md): Remove the Speak AI assistant from an active or scheduled meeting. - [Schedule AI Meeting Assistant](https://docs.speakai.co/mcp/tools/meeting-bot/schedule_meeting_event/index.md): Schedule the Speak AI meeting assistant to join and record an upcoming meeting. - [Recorders & surveys tools in the Speak AI MCP server](https://docs.speakai.co/mcp/tools/recorders-surveys/index.md): Public recording links for clients, prompted question sets, branded submission pages. All 10 Recorders & surveys tools, with parameters and behaviour hints. - [Check Recorder Status](https://docs.speakai.co/mcp/tools/recorders-surveys/check_recorder_status/index.md): Check whether a recorder/survey is active and accepting submissions. - [Clone Recorder](https://docs.speakai.co/mcp/tools/recorders-surveys/clone_recorder/index.md): Duplicate an existing recorder including all its settings and questions. - [Create Recorder](https://docs.speakai.co/mcp/tools/recorders-surveys/create_recorder/index.md): Create a new recorder or survey for collecting audio/video submissions. - [Delete Recorder](https://docs.speakai.co/mcp/tools/recorders-surveys/delete_recorder/index.md): Permanently delete a recorder/survey. - [Generate Recorder Share URL](https://docs.speakai.co/mcp/tools/recorders-surveys/generate_recorder_url/index.md): Generate a shareable public URL for a recorder/survey. - [Get Recorder Info](https://docs.speakai.co/mcp/tools/recorders-surveys/get_recorder_info/index.md): Get detailed information about a specific recorder including its settings and questions. - [Get Recorder Submissions](https://docs.speakai.co/mcp/tools/recorders-surveys/get_recorder_recordings/index.md): List all submissions/recordings collected by a specific recorder. - [List Recorders](https://docs.speakai.co/mcp/tools/recorders-surveys/list_recorders/index.md): List all recorders/surveys in the workspace. - [Update Recorder Questions](https://docs.speakai.co/mcp/tools/recorders-surveys/update_recorder_questions/index.md): Update the survey questions and respondent-info settings for a recorder. - [Update Recorder Settings](https://docs.speakai.co/mcp/tools/recorders-surveys/update_recorder_settings/index.md): Update configuration settings for a recorder (branding, capture options, etc.). - [Search & analytics tools in the Speak AI MCP server](https://docs.speakai.co/mcp/tools/search-analytics/index.md): Full-text search across transcripts, insights, and metadata. Workspace-level stats. All 3 Search & analytics tools, with parameters and behaviour hints. - [Get Media Statistics](https://docs.speakai.co/mcp/tools/search-analytics/get_media_statistics/index.md): Get workspace-level media statistics: total counts, processing status breakdown, storage usage, etc. - [List Supported Languages](https://docs.speakai.co/mcp/tools/search-analytics/list_supported_languages/index.md): List all languages supported for transcription. - [Search Media Library](https://docs.speakai.co/mcp/tools/search-analytics/search_media/index.md): Deep search across all media transcripts, insights, and metadata. - [Text notes tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/text-notes/index.md): Standalone AI-analyzed text notes plus custom fields you can tag any media file with. All 4 Text notes tools, with parameters and behaviour hints. - [Create Text Note](https://docs.speakai.co/mcp/tools/text-notes/create_text_note/index.md): Create a new text note in Speak AI for analysis. - [Get Text Note Insights](https://docs.speakai.co/mcp/tools/text-notes/get_text_insight/index.md): Retrieve AI-generated insights for a text note, including topics, sentiment, summaries, and action items. - [Re-analyze Text Note](https://docs.speakai.co/mcp/tools/text-notes/reanalyze_text/index.md): Trigger a re-analysis of an existing text note to regenerate insights with the latest AI models. - [Update Text Note](https://docs.speakai.co/mcp/tools/text-notes/update_text_note/index.md): Update an existing text note's name, content, or metadata. - [Users & teams tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/users-team/index.md): List workspace members and manage user groups. All 5 Users & teams tools in the Speak AI MCP server, with parameters and behaviour hints. - [Create User Group](https://docs.speakai.co/mcp/tools/users-team/create_user_group/index.md): Create a new user group and assign members. - [Delete User Group](https://docs.speakai.co/mcp/tools/users-team/delete_user_group/index.md): Delete a user group. - [List User Groups](https://docs.speakai.co/mcp/tools/users-team/list_user_groups/index.md): List all user groups in the company. - [List Users](https://docs.speakai.co/mcp/tools/users-team/list_users/index.md): List the users (members) in the workspace/company, with their ids, names, emails, and permissions. - [Update User Group](https://docs.speakai.co/mcp/tools/users-team/update_user_group/index.md): Update a user group's name and member list. - [Webhooks tools in the Speak AI MCP server reference](https://docs.speakai.co/mcp/tools/webhooks/index.md): Trigger actions on new recordings. Send events to your own backend. All 7 Webhooks tools in the Speak AI MCP server, with parameters and behaviour hints. - [Create Webhook](https://docs.speakai.co/mcp/tools/webhooks/create_webhook/index.md): Create a new webhook to receive real-time notifications when events occur in Speak AI. - [Delete Webhook](https://docs.speakai.co/mcp/tools/webhooks/delete_webhook/index.md): Delete a webhook and stop receiving notifications at its endpoint. - [Get Inbound Webhook](https://docs.speakai.co/mcp/tools/webhooks/get_inbound_webhook/index.md): Get an inbound webhook's public receive URL, captured sample payload, and the ready-to-paste {{trigger.payload.*}} tokens for mapping payload values into automation steps (speak-upload name/sourceUrl, fieldsMap custom-field values, notify/outbound-webhook templates). - [Get Webhook Attempts](https://docs.speakai.co/mcp/tools/webhooks/get_webhook_attempts/index.md): Get the delivery log for an inbound webhook: each received request with its HTTP acknowledgement status (200 = sample captured, 202 = accepted and run started, 401/403 = rejected) and the automation run it started. - [List Webhooks](https://docs.speakai.co/mcp/tools/webhooks/list_webhooks/index.md): List all configured webhooks in the workspace. - [Provision Inbound Webhook](https://docs.speakai.co/mcp/tools/webhooks/provision_inbound_webhook/index.md): Provision a standalone inbound webhook and get its public receive URL (inboundUrl) BEFORE creating an automation. - [Update Webhook](https://docs.speakai.co/mcp/tools/webhooks/update_webhook/index.md): Update an existing webhook.