Carbon Voice MCP

Carbon Voice MCP connects agents to authorized voice messages, conversations, and collaboration workflows in Carbon Voice.

28 actions Integration catalog
Request access
Connect Carbon Voice MCP once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add attachments to messageCARBON_VOICE_MCP_ADD_ATTACHMENTS_TO_MESSAGE
Add attachments to a message. In order to add attachments to a message, you must provide a message id and the attachments.
Create conversation messageCARBON_VOICE_MCP_CREATE_CONVERSATION_MESSAGE
Sends a message to an existing conversation or any type with a conversation_id. To reply as a thread, included a message_id for "parent_id". You must provide a transcript or attachment.
Create direct messageCARBON_VOICE_MCP_CREATE_DIRECT_MESSAGE
Send a Direct Message (DM) to a User or a Group of Users. In order to create a Direct Message, you must provide transcript or link attachments.
Create folderCARBON_VOICE_MCP_CREATE_FOLDER
Create a new folder.
Create voicememo messageCARBON_VOICE_MCP_CREATE_VOICEMEMO_MESSAGE
Create a VoiceMemo Message. In order to create a VoiceMemo Message, you must provide a transcript or link attachments.
Delete folderCARBON_VOICE_MCP_DELETE_FOLDER
Delete a folder by its ID. Deleting a folder will also delete nested folders and all the messages in referenced folders. (This is a destructive action and cannot be undone, so please be careful.)
Get ai action responsesCARBON_VOICE_MCP_GET_AI_ACTION_RESPONSES
Retrieve previously generated AI Action (Prompt) responses by filtering for a specific prompt, message, or conversation ID. Combine filters to narrow results and view all AI-generated responses related to a particular prompt, message, or conversation.
Get conversationCARBON_VOICE_MCP_GET_CONVERSATION
Get a conversation by its ID.
Get conversation usersCARBON_VOICE_MCP_GET_CONVERSATION_USERS
Get users in a conversation.
Get current userCARBON_VOICE_MCP_GET_CURRENT_USER
Get the current user information.
Get folderCARBON_VOICE_MCP_GET_FOLDER
Get a folder by its ID.
Get folder with messagesCARBON_VOICE_MCP_GET_FOLDER_WITH_MESSAGES
Get a folder including its messages by its ID. (Only messages at folder level are returned.)
Get messageCARBON_VOICE_MCP_GET_MESSAGE
Get a message by its ID.
Get recent messagesCARBON_VOICE_MCP_GET_RECENT_MESSAGES
Get most recent messages, including their associated Conversation, Creator, and Labels information. Returns a maximum of 10 messages.
Get root foldersCARBON_VOICE_MCP_GET_ROOT_FOLDERS
Lists all root folders for a given workspace, including their names, IDs, and basic structure, but does not provide aggregate counts.(Required to inform message type:voicememo,prerecorded)
Get userCARBON_VOICE_MCP_GET_USER
Get detailed information about a specific user by their ID. Returns the full user profile — name, languages, voice settings, workspace memberships and roles, notification preferences, and timestamps. This is richer than `search_user` (which only finds users by phone, email, or name). Use this when you already have a user ID and need their complete information.
Get workspaces basic infoCARBON_VOICE_MCP_GET_WORKSPACES_BASIC_INFO
Get basic information about a workspace.
List ai actionsCARBON_VOICE_MCP_LIST_AI_ACTIONS
List AI Actions (Prompts). Optionally, you can filter by owner type and workspace id. Filtering by owner type, Possible values: "user", "workspace", "system". Do not use unless the user explicitly requests it.
List conversationsCARBON_VOICE_MCP_LIST_CONVERSATIONS
List all conversations. Returns a simplified view of user conversations that have had messages sent or received within the last 6 months. Each result includes id, name, workspace_id, and type (directMessage, customerConversation, namedConversation, or asyncMeeting).
List messagesCARBON_VOICE_MCP_LIST_MESSAGES
List Messages. By default returns latest 20 messages. The maximum allowed range between dates is 183 days (6 months). All presigned URLs returned by this tool are ready to use. Do not parse, modify, or re-encode them—always present or use the URLs exactly as received.If you want to get messages from a specific date range, you can use the "start_date" and "end_date" parameters. If you want to get messages from a specific date, you can use the "date" parameter. If you want to get messages from a specific user, you can use the "user_ids" parameter. If you want to get messages from a specific conversation, you can use the "conversation_id" parameter. If you want to get messages from a specific folder, you can use the "folder_id" parameter. If you want to get messages from a specific workspace, you can use the "workspace_id" parameter. If you want to get messages for a particular language, you can use the "language" parameter.
Move folderCARBON_VOICE_MCP_MOVE_FOLDER
Move a folder by its ID. Move a Folder into another Folder or into a Workspace.
Move message to folderCARBON_VOICE_MCP_MOVE_MESSAGE_TO_FOLDER
Move a message to a folder by its ID. Move a Message into another Folder or into a Workspace. Only allowed to move messages of type: voicememo,prerecorded.
Run ai actionCARBON_VOICE_MCP_RUN_AI_ACTION
Run an AI Action (Prompt) for a message. You can run an AI Action for a message by its ID or a list of message IDs.
Run ai action for shared linkCARBON_VOICE_MCP_RUN_AI_ACTION_FOR_SHARED_LINK
Run an AI Action (Prompt) for a shared link. You can run an AI Action for a shared link by its ID or a list of shared link IDs. You can also provide the language of the response.
Search userCARBON_VOICE_MCP_SEARCH_USER
Search for a User by their phone number, email address, id or name. (In order to search for a User, you must provide a phone number, email address, id or name.)When searching by name, only users that are part of your contacts will be returned
Search usersCARBON_VOICE_MCP_SEARCH_USERS
Search multiple Users by their phone numbers, email addresses, ids or names. (In order to search Users, you must provide phone numbers, email addresses, ids or names.)When searching by name, only users that are part of your contacts will be returned
Summarize conversationCARBON_VOICE_MCP_SUMMARIZE_CONVERSATION
Summarize a conversation.
Update folder nameCARBON_VOICE_MCP_UPDATE_FOLDER_NAME
Update a folder name by its ID.