Skip to main content
Glama

Carbon Voice

by PhononX

run_ai_action

Execute AI-driven actions on specific messages by their IDs within the Carbon Voice platform. Define prompts, channel, and workspace for targeted AI responses tailored to your communication needs.

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