Skip to main content
Glama

Carbon Voice

by PhononX

get_message

Retrieve a specific message using its ID within Carbon Voice's MCP server. Optionally fetch additional details like conversation, creator, or labels, and specify the language for accurate results.

Instructions

Get a message by its ID.

Input Schema

NameRequiredDescriptionDefault
fieldsNoFields (optional) - Additional fields to include in the response. Possible values: conversation, creator, labels.
idYes
languageNoLanguage (optional) - Original language will be used if not provided or not found.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Fields (optional) - Additional fields to include in the response. Possible values: conversation, creator, labels.", "type": "string" }, "id": { "type": "string" }, "language": { "description": "Language (optional) - Original language will be used if not provided or not found.", "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