Skip to main content
Glama
tomekkorbak

voice-status-report-mcp-server

by tomekkorbak

summarize

Generate a concise spoken summary of completed actions and reasoning to provide voice status updates.

Instructions

Use this to send a short audio message to the user concisely (one 10-15 word sentence) summarizing what you've done and why. Use this tool after every time you generated a code snippet or ran a command as well as when you give control back to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions 'send a short audio message' but the input schema only expects a text parameter, creating potential confusion. The description says the message should be one 10-15 word sentence, but does not explain how the audio is generated or any limitations. Lacks details about side effects or format.

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 two sentences: one defining the action and one specifying usage. It is succinct and front-loaded with purpose. However, it could be slightly restructured to separate the 'what' from the 'when' more clearly.

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

Completeness3/5

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

Given the lack of annotations, output schema, and parameter descriptions, the description needs to cover all behavioral aspects. It covers purpose and usage well, but omits important details like what happens after sending the message, whether the text length is validated, and the format of the audio output. As a result, the agent may have unanswered questions.

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

Parameters2/5

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

The input schema has one required parameter 'text' with no description (0% coverage). The description implies that 'text' should be a concise sentence, but it does not explicitly link the parameter to the audio message content. The mention of 'audio message' in the description is not reflected in the schema, potentially confusing the agent.

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?

The description clearly states the tool's action: sending a short audio message summarizing what was done and why. It specifies the exact verb 'summarize' and provides a clear resource. Although no sibling tools exist for comparison, the purpose is unambiguous.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: after every code snippet generation or command execution, and when handing control back to the user. This is highly directive and leaves no ambiguity about usage context.

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/tomekkorbak/voice-status-report-mcp-server'

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