Skip to main content
Glama

GeniusFlow Evidence

gf_verify

Re-check grounding: source_url + expected must come from published claims[]. Do not invent expected from report HTML. Returns proof_shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimNoOptional claim for RWA registry_ref limb
expectedYes
locationNo
source_urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals an important constraint (inputs must come from published claims), warns against a common mistake, and states the return value ('proof_shape'). This is valuable context beyond the schema.

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 extremely concise (three short sentences) and front-loaded with the core purpose. Every sentence adds value: the action, the constraint, and the return type. No wasted words.

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

Completeness3/5

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

The tool has four parameters, a nested object, and no output schema or annotations. The description gives the essential invariant and return value but lacks detail on parameter usage patterns, potential errors, or when to use this tool relative to siblings. It is adequate but not comprehensive.

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 coverage is low (25%: only 'claim' has a description). The description clarifies that 'source_url' and 'expected' must come from published claims, adding meaning for two of the four parameters. However, it does not explain 'location' or the 'claim' object's structure beyond what the schema provides.

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 the tool's core action ('Re-check grounding') and identifies the key inputs (source_url + expected). It is clear and specific, though it does not explicitly distinguish it from sibling tools like gf_cite or gf_darshan.

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

Usage Guidelines3/5

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

The description implies usage context (verifying grounding against published claims) and provides a caution ('Do not invent expected from report HTML'). However, it does not explicitly state when to prefer this tool over alternatives or when not to use it.

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.