Skip to main content
Glama
CTMJSON

ctm-multi-mcp

Official
by CTMJSON

get_voice_bot

Retrieve complete voice bot details, including prompt and configuration. Specify fields to receive only the needed data, reducing response size.

Instructions

Get full details for a specific voice bot, including prompt and config.

Pass fields as a comma-separated list of top-level keys to get back just those instead of the full payload — cheaper when you only need a couple of fields, e.g. when checking several bots in a row.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNo
account_idYes
voice_bot_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden. It transparently describes the two response modes (full payload vs selected fields) and the cost-saving intent, though it omits auth and error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the primary purpose, followed by focused parameter guidance. No filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return-format details are unnecessary. The description covers the tool's purpose and the main optional behavior; only minor error/edge-case guidance is missing, but the overall context is sufficient for this simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage. The description compensates for the fields parameter by specifying comma-separated top-level keys and a practical use case. voice_bot_id and account_id remain self-explanatory from their names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it gets full details for a specific voice bot, including prompt and config. The verb 'get' plus 'specific' distinguishes it from sibling tools like list_voice_bots and other getters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on using the optional fields parameter for cheaper, partial responses when checking several bots. It does not explicitly mention alternatives like list_voice_bots, but the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/CTMJSON/ctm-multi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server