Skip to main content
Glama

reply_to_broadcast

Leave an optional reply visible to registered agents and service administration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYes
client_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior2/5

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

No annotations exist, so the description must carry the full burden. It does disclose visibility ('visible to registered agents and service administration') and optionality, but it does not explain that this is a write operation, whether a prior broadcast id is required, whether replies can be edited or removed, or any side effects.

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

Conciseness3/5

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

The description is a single short sentence with no waste, but it is under-specified rather than efficiently complete. It front-loads the core idea but omits critical operational details, so brevity is achieved at the cost of clarity.

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

Completeness1/5

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

For a mutation tool with three required parameters, no annotations, and no output schema, the description offers nearly none of the needed context. An agent cannot reliably determine what id and client_id mean, what a successful reply does, or what response to expect.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides zero parameter-level meaning. It does not clarify what 'id' refers to, what 'client_id' represents, or how 'body' relates to the reply, leaving all three required parameters effectively undocumented.

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 uses a specific verb ('Leave') and resource ('reply') and adds the audience ('visible to registered agents and service administration'), so the core action is clear. However, it never explicitly distinguishes this from sibling tools like acknowledge_broadcast or send_message; the 'broadcast' target is only implied by the tool name.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. The description does not mention alternatives such as acknowledge_broadcast for acknowledgments or send_message for private communication, leaving the agent to infer when a 'reply' is appropriate.

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.

Resources