echo_beacon
Check ECHO voice API status (free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Check ECHO voice API status (free).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that it checks status and is free, but does not reveal what the call returns (e.g., boolean, text, HTTP codes), whether it makes a network request, or any side effects. This is minimal transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that is front-loaded with the action and resource. Every word earns its place; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, no output schema), the description is adequate but incomplete. It does not specify what the status response looks like or any potential error conditions. Since there is no output schema, the agent must rely on the description to understand the return value, which is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the baseline is 4. The description does not need to add parameter information, and it correctly omits any. The schema has no properties, so there is nothing to clarify.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb 'Check' and a specific resource 'ECHO voice API status', and adds the cost note 'free'. It distinguishes from siblings (which are about key, order, TTS, and voices) by focusing on status. No ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage as a status check but does not explicitly state when to use it versus alternatives, nor any exclusions. For a simple zero-parameter tool, the purpose is self-evident, but there is no explicit guidance on when not to use it or what other tools would be better suited.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.