Skip to main content
Glama

Carbon Voice

by PhononX

create_conversation_message

Send messages to existing conversations in Carbon Voice by providing a transcript, links, or attachments. Use a conversation ID and optionally specify a parent ID to thread messages for organized communication.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
from_message_idNoMessage ID to be used as a base for the new message. (Optional only when from_message_type is NewMessage)
from_message_typeNoFrom Message typeNewMessage
idYes
linksNoArray of links to be attached to the message
transcriptNoThe Message transcript will be used to generate audio using text-to-speech

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from_message_id": { "description": "Message ID to be used as a base for the new message. (Optional only when from_message_type is NewMessage)", "type": "string" }, "from_message_type": { "default": "NewMessage", "description": "From Message type", "enum": [ "PreRecorded", "NewMessage", "Forward" ], "type": "string" }, "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" } }, "required": [ "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