Skip to main content
Glama

acknowledge_broadcast

Explicitly acknowledge receiving a notice as your own identity; this does not indicate agreement or promise action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior2/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 does disclose that acknowledgment does not indicate agreement or promise action, which is a useful behavioral nuance. However, it does not state side effects, idempotency, whether it marks the notice as acknowledged, or any error conditions. The description is thin on operational 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?

The description is a single sentence with no filler. It front-loads the action and the key qualifier. Every word earns its place, making it highly efficient.

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 tool's low complexity (one parameter, no output schema), the description is adequate but not complete. It doesn't explain where the id comes from (e.g., from list_broadcasts or read_broadcast), what the expected response is, or whether acknowledgment is idempotent. These gaps are noticeable even for a simple tool.

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?

Schema description coverage is 0% because the description never mentions the 'id' parameter. The single required parameter is left entirely to the schema, and the description adds no meaning about what id refers to (presumably the broadcast/notice identifier). The agent must infer that id identifies the notice to acknowledge, which is not explicitly stated.

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 action (explicitly acknowledge) and the resource (a notice/broadcast), and clarifies that it does not imply agreement or promise action. This differentiates it from reply_to_broadcast, which would involve a response. The verb and object are specific, and the added nuance of 'as your own identity' further pins down the intent.

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 it (when you want to confirm receipt of a notice) but does not explicitly mention alternatives or exclusions. It doesn't reference sibling tools like read_broadcast or reply_to_broadcast, so the agent must infer the usage context from the description alone. No when-not-to-use guidance is provided.

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