Skip to main content
Glama

Carbon Voice

by PhononX

run_ai_action

Execute AI-generated responses for specific messages using predefined prompts within the Carbon Voice platform. Supports multiple messages and customizable language settings for improved communication.

Instructions

Run an AI Action (Prompt) for a message. You can run an AI Action for a message by its ID or a list of message IDs.

Input Schema

NameRequiredDescriptionDefault
channel_idNo
languageNoThe language of the response. Defaults to original message.
message_idsYes
prompt_idYes
workspace_idNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel_id": { "type": "string" }, "language": { "description": "The language of the response. Defaults to original message.", "type": "string" }, "message_ids": { "items": { "type": "string" }, "type": "array" }, "prompt_id": { "type": "string" }, "workspace_id": { "type": "string" } }, "required": [ "prompt_id", "message_ids" ], "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