Skip to main content
Glama

metering__verify_chain

Verify a meter's tamper-evident event hash chain to ensure accurate usage metering and SLA accounting.

Instructions

[metering — usage metering + SLA accounting (x402 meter)] Verify the tamper-evident event hash chain for a meter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meter_idYes
Behavior2/5

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

The description only states the action (verify a chain) without any details on side effects, permissions required, rate limits, or what constitutes a valid chain. No annotations are present, so the description carries full responsibility for behavioral disclosure, and it falls short.

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

Conciseness4/5

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

The description is very short, with no superfluous information. The bracket prefix is slightly unnecessary but does not harm clarity. Every word serves a purpose.

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?

Given the simple input schema (one parameter) and no output schema, the description should explain what the verification entails, possible outcomes, or response format. It lacks this context, making it incomplete for an agent to fully understand the tool's behavior.

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?

The only parameter, meter_id, is implicitly referenced in the description ('for a meter'), but no additional details are given about its format, source, or constraints. With 0% schema description coverage, the description should compensate but does not.

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 tool verifies a tamper-evident event hash chain for a meter, specifying a distinct resource within the metering namespace. It does not explicitly differentiate from the sibling compute-ledger__verify_chain, but the namespace and context provide sufficient distinction.

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 (e.g., compute-ledger__verify_chain, metering__list_events). There is no mention of prerequisites, such as requiring a meter ID that must be obtained from another tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdhart81/viridis-agent-fleet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server