Skip to main content
Glama

MeshMarket

Grok TTS

grok-tts

Grok TTS — Convert up to 2000 characters of text into speech. Powered by xAI. Not affiliated with or endorsed by xAI. (10 MESH/call, a tool · voice)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesCapability-specific payload, e.g. agent-brain: {think:'...'}; agent-memory: {action:'store'|'recall', content|query}

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

The annotations indicate readOnlyHint=false, destructiveHint=false, and openWorldHint=true. The description does not add behavioral context beyond the annotations. It does mention that the tool is 'Not affiliated with or endorsed by xAI,' which is a disclaimer but not behavioral. It also mentions a cost of 10 MESH/call, which is useful, but does not disclose any side effects, side effects, or return format. Without annotations covering safety, the description carries more burden, but it fails to explain what happens on success or failure, or what the output format is.

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

Conciseness4/5

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

The description is concise, with a clear main clause and limited but relevant extra details (character limit, provider, cost). It's front-loaded with the core function. However, the disclaimer and cost are useful but not critical, and the phrase 'a tool · voice' is vague and doesn't add clarity. Still, it's efficient and not overly verbose.

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

Completeness2/5

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

Given that there is no output schema, the description should explain what the output format is (e.g., audio file, URL). It does not. The tool has a single nested object parameter, but the description provides no guidance on what that object should contain for TTS. The character limit is mentioned, but there is no information on voice options, supported languages, or error handling. The description leaves an agent guessing about how to structure the input and what to expect as output, which is incomplete for a tool with a nested parameter and no output schema.

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

Parameters3/5

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

The input schema has 100% coverage with a description for the 'input' parameter, but that description is generic and not specific to this tool. It says 'Capability-specific payload, e.g. agent-brain: {think:'...'}; agent-memory: {action:'store'|'recall', content|query}' which is unrelated to TTS. The description provides no information about the parameter structure for this tool, such as what fields to include (e.g., text, voice, language). Since schema coverage is high, the baseline is 3, but the description doesn't add value; it actually adds confusing, off-topic examples.

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

Purpose4/5

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

The description states a clear purpose: converting text to speech, with a specific character limit (2000) and a mention of the underlying provider (xAI). It identifies the tool as a TTS (text-to-speech) tool, which clearly distinguishes it from AST (automatic speech recognition) tools like grok-stt. However, it doesn't explicitly differentiate from other TTS-related tools like voice-tts-stt-placeholder or grok-stt, but the TTS acronym and the explicit 'convert text into speech' make the primary function clear.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when you need text-to-speech conversion) but provides no explicit guidance on when not to use it or alternatives. It doesn't mention the character limit as a constraint in a decision-making way (e.g., 'if your text exceeds 2000 characters, use a different tool'), nor does it reference any sibling tools. The context is implied from the purpose, but no explicit direction is given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.