Skip to main content
Glama

Carbon Voice

by PhononX

create_direct_message

Send direct messages to users or groups with transcript or link attachments via Carbon Voice. Input user IDs or emails, workspace details, and optional audio links or text-to-speech transcripts.

Instructions

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.

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
linksNoArray of links to be attached to the message
toYes
transcriptNoThe Message transcript will be used to generate audio using text-to-speech
workspace_idNoThe workspace ID to send the message topersonal

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" }, "links": { "description": "Array of links to be attached to the message", "items": { "type": "string" }, "type": "array" }, "to": { "additionalProperties": false, "properties": { "emails": { "description": "Array of email addresses to send the message to", "items": { "type": "string" }, "type": "array" }, "user_ids": { "description": "Array of user IDs to send the message to", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "transcript": { "description": "The Message transcript will be used to generate audio using text-to-speech", "type": "string" }, "workspace_id": { "default": "personal", "description": "The workspace ID to send the message to", "type": "string" } }, "required": [ "to" ], "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