Skip to main content
Glama

Carbon Voice

by PhononX

get_recent_messages

Retrieve the 10 most recent messages from Carbon Voice, including details like Conversation, Creator, and Labels. Optional filters: conversation_id and language for targeted results.

Instructions

Get most recent messages, including their associated Conversation, Creator, and Labels information. Returns a maximum of 10 messages.

Input Schema

NameRequiredDescriptionDefault
conversation_idNoConversation ID (optional)
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": { "conversation_id": { "description": "Conversation ID (optional)", "type": "string" }, "language": { "description": "Language (optional) - Original language will be used if not provided or not found.", "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