Skip to main content
Glama

baton_hub_observe

해당 MCP endpoint에 결속된 VERIFIED Receipt로 health 상태를 갱신한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYes
receiptYes
server_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?

With no annotations, the description must disclose side effects, authentication needs, or error conditions. It only mentions 'update health status' but does not explain if it's destructive, read-only, or what happens on failure.

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 sentence, but it is not front-loaded with the most critical information. It could be more concise by directly stating the purpose without the Korean phrasing, but it is brief.

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?

With 3 required parameters, no output schema, and no annotations, the description is far from complete. It fails to explain the role of each parameter or the behavior of the tool.

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 only references 'VERIFIED Receipt' without explaining the other two required parameters (api_key, server_id). This leaves the agent without critical meaning for most inputs.

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 clearly states the action ('update health status') and the entity ('VERIFIED Receipt bound to this MCP endpoint'). It distinguishes from siblings like baton_hub_list and baton_hub_register by specifying the unique purpose of updating health.

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 guidance on when to use this tool versus alternatives. No mention of prerequisites for the receipt being 'VERIFIED' or context such as after a verification step.

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.