Skip to main content
Glama

Whysaid — Verify claims, sources & AI answer share

verify_answer

Check an entire AI answer: open every source it cited, say which are real, which are missing or invented, and which are merely paywalled. Returns a PUBLIC receipt URL you can cite as proof. Call before storing or repeating another model's answer — an invented source that enters your state is re-reasoned over on every later run. Costs $1.00 in USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerYesThe AI answer text, including its URLs
engineNo
questionNo

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses several meaningful behaviors: opening every source, classifying sources as real/invented/paywalled, returning a public receipt URL, and costing $1.00 in USDC. It could add more about failure modes or external calls, but it already reveals significant behavioral detail beyond a simple operation.

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?

With four short sentences, the description is economical and well-structured. It front-loads the core function, then the output, then the critical reasoning for when to call it, and finally the cost. Every sentence provides useful context and nothing feels 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?

Given no output schema or annotations, the description does a strong job of covering the primary purpose, output type ('public receipt URL'), rationale, and pricing. It could be more complete by explaining the optional engine/question parameters and what additional context those provide, but overall it gives adequate context for an agent to decide to use the tool.

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?

Schema description coverage is only 33% because only 'answer' has a schema description, while 'engine' and 'question' have no meaning explained. The tool description elaborates on what constitutes the 'answer' and what verification will do with it, but it does not describe the purpose or expected values of the engine or question parameters.

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 starts with a specific action: 'Check an entire AI answer' and details exactly what it does with cited sources—'open every source it cited, say which are real, which are missing or invented, and which are merely paywalled.' This clearly distinguishes it from siblings like verify_claim or verify_source by focusing on the whole answer and its collection of sources.

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 gives a strong, explicit usage signal: 'Call before storing or repeating another model's answer — an invented source that enters your state is re-reasoned over on every later run.' It provides context for when to call, though it does not explicitly reference alternatives or state 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.

TDQS

A4/5.0
Disambiguation5/5

Each tool serves a distinct purpose: verifying claims, sources, answers, checking provenance, tracking waste, querying pricing, and asking an AI assistant. No two tools overlap in their intended use, making it easy for an agent to select the right one.

Naming Consistency3/5

Tool names follow mixed conventions: three verify_* tools share a prefix, but others use different verbs (check_, report_) or noun forms (pricing, waste_report) and one reverses the verb pattern (answer_share). While individual names are descriptive, the lack of a uniform verb_noun structure makes the set less predictable.

Tool Count5/5

With 8 tools, the count is well within the ideal range for a focused verification service. Each tool addresses a distinct need—claim, source, and answer verification, provenance checking, waste tracking, and pricing—without redundancy.

Completeness4/5

The surface covers all advertised types of verification (claim, source, answer) plus provenance checking and waste tracking. Minor gaps exist like no dedicated tool for bulk or historical verification, but the core workflows are fully represented.

Resources