Skip to main content
Glama

Carbon Voice

by PhononX

get_recent_messages

Retrieve up to 10 most recent messages with associated Conversation, Creator, and Labels details. Optionally filter by Conversation ID or language to access specific Carbon Voice interactions.

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