Skip to main content
Glama

x402-keeperhub

x402-keeperhub: KeeperHub 自动化协议情报——查 keeper 网络状态。给定 keeper 地址(可选)查其注册/活跃状态,

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keeperNoKeeper to process
addressNoAddress to process
networkNoNetwork to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits, but it only reveals that this is a query-type operation ('查'). It does not disclose output format, what happens when no address is provided, network requirements, or any limits. The truncated description leaves the behavior under-specified for a tool with zero annotation coverage.

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

Conciseness2/5

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

The description is short but poorly structured: it repeats the tool name, mixes languages, and ends mid-sentence with a trailing comma. The core purpose is front-loaded, but the waste and truncation make it feel incomplete rather than appropriately concise.

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

Completeness2/5

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

With no annotations and no output schema, the description must provide the full picture, but it does not explain required inputs, defaults, return values, or behavior without the optional address. The visible cut-off text suggests essential information is missing, leaving the agent without enough context to invoke the tool reliably.

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

Parameters3/5

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

Schema descriptions are 100% covered but are boilerplate ('Keeper to process', 'Address to process', 'Network to process'), so they carry little meaning. The description adds some value by clarifying that 'address' is the keeper address and that it is optional. However, the roles of 'keeper' and 'network' parameters remain ambiguous, and the description does not fully compensate for the generic schema.

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 states a specific verb and resource: query KeeperHub to check keeper network status and registration/active state given an optional keeper address. It distinguishes this tool from the many generic x402 siblings by naming KeeperHub specifically. However, clarity is slightly reduced by the redundant leading 'x402-keeperhub:' and the sentence being cut off at the end.

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 is given on when to use this tool versus alternatives, and no exclusions or prerequisites are mentioned. The only implied context is that you use it to check a keeper's registration/active status, which is weak guidance given the vast sibling set and the confusing optionality of the address parameter.

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