Skip to main content
Glama

Carbon Voice

by PhononX

get_ai_action_responses

Retrieve AI-generated response histories by filtering specific prompts, messages, or conversations. View all responses linked to a particular input for Carbon Voice interactions.

Instructions

Retrieve previously generated AI Action (Prompt) responses by filtering for a specific prompt, message, or conversation ID. Combine filters to narrow results and view all AI-generated responses related to a particular prompt, message, or conversation.

Input Schema

NameRequiredDescriptionDefault
channel_idNo
dateNo
directionNo
limitNo
message_idNo
prompt_idNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel_id": { "type": "string" }, "date": { "format": "date-time", "type": "string" }, "direction": { "enum": [ "older", "newer" ], "type": "string" }, "limit": { "default": 50, "type": "number" }, "message_id": { "type": "string" }, "prompt_id": { "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