Skip to main content
Glama

provenance

Trace a fact's origin and lineage, verify its declared source and evidence grade, and confirm whether its current value still matches the original write receipt.

Instructions

WHERE DID THIS FACT COME FROM — one answer, assembled from the whole record: the declared source and the lineage it inherited through summarization, whether an origin attestation bound it to a verified key, its evidence grade, every value it has held and WHICH policy retired each one, and whether it still matches the write receipt committed at write time (so a later relabel is loud). Pass key (the fact, across all its values) or id (one record). Read-only; the returned limits state honestly what this does NOT prove.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
keyNo
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It explicitly says 'Read-only', reveals that it checks whether the current value still matches the write receipt ('a later relabel is loud'), and states that the returned `limits` honestly declare what the tool does NOT prove. This is strong disclosure of behavior and limitations, though it omits error/edge-case behavior.

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 long but every clause adds information: purpose, output constituents, usage, and limitations. It is front-loaded with the central question and avoids repeating schema details. The all-caps and dash-heavy style is somewhat dense, but nothing is redundant.

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?

With no output schema, the description's enumeration of what the answer contains (source, lineage, grade, limits, etc.) partially substitutes for one. It covers read-only safety and honest limitations. Minor missing details: parameter combination behavior, error handling, and the exact shape of `limits`.

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?

The schema provides no parameter descriptions (0% coverage), but the description adds essential meaning: `key` identifies the fact across all its values, while `id` selects one record. It does not clarify whether both can be passed, precedence, or behavior when neither is provided, but it significantly compensates for the schema gap.

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 opens with a precise question ('WHERE DID THIS FACT COME FROM') and enumerates exactly what the tool assembles: source, lineage, origin attestation, evidence grade, value history, policy retirement, and write-receipt match. It clearly differentiates this from siblings by covering 'the whole record' and by noting what it does not prove.

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?

It explains the calling convention (pass `key` or `id`) and states the read-only nature, but it does not explicitly say when to choose this tool over alternatives like `history`, `verify_claim`, or `check_sources`, and it gives no exclusion conditions. Usage context is implied by the purpose rather than directly stated.

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

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/DanceNitra/inspeximus'

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