Skip to main content
Glama

Carbon Voice

by PhononX

move_message_to_folder

Transfer voicememo or prerecorded messages to a specific folder or workspace by providing the message ID, folder ID, and workspace ID in Carbon Voice.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
folder_idNoFolder ID
message_idYesOnly allowed to add messages of type: voicememo,prerecorded
workspace_idNoWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folder_id": { "description": "Folder ID", "type": "string" }, "message_id": { "description": "Only allowed to add messages of type: voicememo,prerecorded", "type": "string" }, "workspace_id": { "description": "Workspace ID", "type": "string" } }, "required": [ "message_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhononX/cv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server