Skip to main content
Glama

Carbon Voice

by PhononX

create_voicememo_message

Generate and send a VoiceMemo Message by converting a transcript to audio or attaching links, enabling easy communication through Carbon Voice.

Instructions

Create a VoiceMemo Message. In order to create a VoiceMemo Message, you must provide a transcript or link attachments.

Input Schema

NameRequiredDescriptionDefault
folder_idNoFolder ID (not allowed when workspace_id specified is different from the folder_id)
linksNoArray of links to be attached to the message
transcriptNoThe Message transcript will be used to generate audio using text-to-speech
workspace_idNoWorkspace ID (not allowed when folder_id specified is different from the folder_id)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folder_id": { "description": "Folder ID (not allowed when workspace_id specified is different from the folder_id)", "type": "string" }, "links": { "description": "Array of links to be attached to the message", "items": { "type": "string" }, "type": "array" }, "transcript": { "description": "The Message transcript will be used to generate audio using text-to-speech", "type": "string" }, "workspace_id": { "description": "Workspace ID (not allowed when folder_id specified is different from the folder_id)", "type": "string" } }, "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