Skip to main content
Glama

Validate Claim

validate_claim
Read-onlyIdempotent

"Is it true that…" / "fact check" / "verify the claim that…" / "did X really…" / "was Y actually…" / "confirm or refute" / "true or false" — natural-language claim verification against authoritative sources. Use whenever the agent needs to check whether something a user said is factually correct. Company-financial claims (revenue, net income, cash for public US companies) verify via the structured SEC EDGAR + XBRL fast path with exact percent-delta math; ANY OTHER factual claim (macro statistics, rates, prices, drug data, records) automatically falls through to the grounded pipeline — routed to the right live source, answered with verbatim evidence, then judged. Returns a verdict (confirmed / approximately_correct / refuted / inconclusive / unsupported / could_not_verify), the grounded or structured actual value with pipeworx:// citation, and reasoning. IMPORTANT for callers: could_not_verify means the check did not happen (our LLM or source failed) and carries verification_error{stage,detail} — it is NOT evidence for or against the claim, and must not be shown as one. unsupported means we looked and cover no source for it. Replaces 4–6 sequential calls (NL parsing → entity resolution → data lookup → comparison).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimYesNatural-language factual claim, e.g., "Apple's FY2024 revenue was $400 billion" or "Microsoft made about $100B in profit last year".
tolerance_pctNoMax percent deviation still graded approximately_correct (0.5–50). Overrides the tolerance implied by the claim wording — set 1–2 for hallucination detection where any material error must be refuted. Default: implied by wording, capped at 5.

TDQS

A4.7/5.0
Behavior5/5

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

Even with readOnlyHint, openWorldHint, and idempotentHint already provided, the description adds crucial behavioral detail: the exact verdict vocabulary, the meaning of could_not_verify (with verification_error and "must not be shown as one"), and the distinction between unsupported and could_not_verify. It also discloses the routing behavior and citation format, going well beyond the annotations.

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 longer than average, but the opening query phrases immediately signal scope, followed by the purpose and key routing logic. The later error-semantics paragraph is essential and not redundant. A slight trim of the "grounded pipeline…then judged" phrasing could tighten it, but it remains well organized.

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

Completeness5/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 fully compensates by enumerating the returned verdict types, the evidence/citation, reasoning, and the error payload for could_not_verify. It also covers both input parameters and explains what unsupported vs could_not_verify mean. For a tool of this complexity, the description is complete.

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

Parameters5/5

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

Although schema coverage is 100%, the description enriches both parameters. It explains that tolerance_pct overrides the claim-wording default, is capped at 5, and recommends 1–2 for hallucination detection. It also gives realistic claim examples, so the caller understands what a valid claim looks like.

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 concrete natural-language triggers ("Is it true that…", "fact check", "verify the claim that…") and explicitly states the tool's job: natural-language claim verification against authoritative sources. It distinguishes the structured SEC EDGAR path for company-financial claims from the grounded pipeline for all other factual claims, which separates it from sibling research or AI-visibility tools.

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?

It gives clear usage direction: "Use whenever the agent needs to check whether something a user said is factually correct." It also explains that company-financial claims take the structured path and all other claims fall through to the grounded pipeline, and states the tool replaces multiple sequential calls. It does not explicitly name when-not-to-use alternatives, but the guidance is unambiguous for the core use case.

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.1/5.0
Disambiguation3/5

Tools are generally distinct but several clusters (ask_pipeworx family, polymarket family) have highly similar names that could cause confusion. For example, ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded all appear to do similar things with subtle differences. The agent would need to read descriptions carefully to pick the right one.

Naming Consistency4/5

Most tools follow a verb_noun pattern (e.g., compare_entities, resolve_entity, validate_claim). However, a few are single verbs (remember, recall, forget) or have inconsistent suffixes (ask_pipeworx_beta, walkscore_score). This is mostly consistent but not perfectly uniform.

Tool Count3/5

32 tools is quite high, bordering on excessive. While each tool serves a distinct purpose, the sheer number may overwhelm the agent. However, the tools cover a wide range of functionality, so the count is not unreasonable for a comprehensive data platform.

Completeness4/5

The tool set is comprehensive for querying data, conducting research, managing subscriptions, and evaluating bets. It includes meta-tools for discovery and memory. Notable gaps include user account management and direct file handling, but overall coverage is strong.