Skip to main content
Glama

metering__verify_chain

Verify a meter's event hash chain to detect tampering and ensure data integrity.

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?

With no annotations provided, the description must fully disclose behavior. It implies a read-only verification but does not mention side effects, return value, error conditions, or permission requirements. The agent is left guessing about output format and success criteria.

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 (one sentence plus a contextual prefix), which is efficient. It front-loads the namespace context, but the prefix could be seen as unnecessary overhead for the tool's core description.

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?

For a simple tool, key information is missing: what a meter is, what the chain comprises, and what the verification result means. Without output schema or annotations, the description leaves significant gaps for an agent to use the tool correctly.

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 entirely omits explanation of the 'meter_id' parameter (e.g., what it represents, how to obtain it, format constraints). The agent cannot infer the correct value without external knowledge.

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 ('Verify') and resource ('tamper-evident event hash chain for a meter'), with a contextual prefix that distinguishes it from sibling verify tools in other namespaces.

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 or why to use this tool versus alternatives (e.g., other metering tools or verification tools). The description does not specify prerequisites or expected input context.

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