Skip to main content
Glama

ghg-ledger__verify_result

Recompute audit hash and conservation checks for a prior GHG inventory to detect tampering or stale factor lineage. Pass the prior result JSON for verification.

Instructions

[ghg-ledger — deterministic GHG inventories (Scope 1/2/3 + dual Scope 2)] Recompute a prior inventory's audit hash and conservation checks. Pass the prior result object as JSON; tampering or stale factor lineage is flagged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
result_jsonYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the tool recomputes checks and flags tampering or stale factor lineage. No side effects mentioned, which is appropriate for a verification-only tool. No contradictions.

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

Conciseness5/5

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

The description is two sentences, front-loaded with domain context. Every sentence adds value: first sets context and purpose, second gives instruction and expected outcome. No wasted words.

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

Completeness4/5

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

For a simple verification tool with one parameter and no output schema, the description sufficiently covers what the tool does and what to pass. It explains the verification behavior and flagging outcome, though an agent might wonder about the return format.

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

Parameters4/5

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

Schema coverage is 0%, so description must compensate. It specifies that result_json is the 'prior result object as JSON', adding essential context beyond the raw schema. While it does not detail the exact structure, it gives sufficient guidance for the single parameter.

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 it recomputes audit hash and conservation checks for a prior GHG inventory, using the specific verb 'Recompute' and resource 'prior inventory's audit hash and conservation checks'. It distinguishes from siblings like ghg-ledger__calculate_inventory which creates new inventories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells the agent to pass the prior result as JSON and explains the outcome (tampering flagged). It implies usage after having a prior inventory, but does not explicitly mention when not to use it or contrast with alternatives like calculate_inventory.

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