Skip to main content
Glama

Carbon Voice

by PhononX

run_ai_action_for_shared_link

Execute an AI-powered action for shared links by specifying a prompt ID and shared link IDs. Customize responses by selecting the desired language, enabling intelligent processing and data retrieval for Carbon Voice interactions.

Instructions

Run an AI Action (Prompt) for a shared link. You can run an AI Action for a shared link by its ID or a list of shared link IDs. You can also provide the language of the response.

Input Schema

NameRequiredDescriptionDefault
languageNo
prompt_idYes
share_link_idsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "type": "string" }, "prompt_id": { "type": "string" }, "share_link_ids": { "items": { "type": "string" }, "type": "array" } }, "required": [ "prompt_id", "share_link_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