baton_hub_list
내 MCP registry를 조회한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes |
내 MCP registry를 조회한다.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It only says 'queries', implying read-only, but does not disclose any behavioral traits such as authentication needs (api_key suggests it), rate limits, or side effects. The disclosure is minimal.
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 sentence with no wasted words. It could be structured better by front-loading the verb, but it is appropriately short.
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 that there is no output schema and the tool has one required parameter, the description is too minimal. It does not explain what the query returns, how results are formatted, or any pagination or filtering behavior. This is incomplete for even a simple list tool.
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?
The description adds no meaning to the input schema. The single parameter 'api_key' is not mentioned, and with 0% schema description coverage, the description fails to compensate. The agent receives no additional context about the parameter's purpose or format.
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 that the tool queries the user's MCP registry, using a specific verb and resource. However, it does not explicitly differentiate itself from sibling tools like baton_hub_observe or baton_hub_register.
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?
No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions, leaving the agent without decision support.
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.