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.4/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations. Annotations only declare readOnly/openWorld/idempotent/non-destructive. The description discloses the return verdicts, the two routing paths, the meaning of could_not_verify (including verification_error details) versus unsupported, and the 'must not be shown as evidence' caveat. This is rich, decision-relevant transparency.

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 front-loaded with the core purpose and includes valuable examples, routing details, and error semantics. Every section earns its place for a tool with this complexity. It is not overly verbose or redundant, though a slightly tighter structure could improve scannability.

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 thoroughly explains return values (verdicts, actual value, citation, reasoning), error semantics (could_not_verify, unsupported), and usage scenarios. It also covers the two major claim classes. For a tool of this complexity, the description provides complete guidance for an agent.

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 description coverage is 100%, so the schema fully documents both parameters including tolerance semantics. The description itself does not add further parameter-level detail beyond the schema (e.g., it mentions 'exact percent-delta math' but not specifically for tolerance). Baseline 3 is appropriate as the schema does the heavy lifting.

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 a specific verb and resource: 'natural-language claim verification against authoritative sources'. It also includes trigger phrases and explicitly differentiates itself from generic fact-checking by describing two distinct pipelines (SEC EDGAR fast path vs grounded pipeline) and by noting it replaces 4-6 sequential calls. This distinguishes it from sibling tools like ask_pipeworx or deep_research.

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 provides an explicit 'when to use' statement: 'Use whenever the agent needs to check whether something a user said is factually correct.' It also gives nuanced guidance on interpreting results (could_not_verify vs unsupported). However, it does not name alternative tools or state when NOT to use this tool in favor of a sibling, so it falls short of the highest bar.

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

A3.6/5.0
Disambiguation2/5

Several tool clusters have overlapping purposes: the three ask_pipeworx variants are nearly identical, polymarket_edges and polymarket_arbitrage both scan for opportunities, and ai_visibility_check vs scan_competitor_ai_presence create confusion. Although descriptions are detailed, an agent could easily misselect among these.

Naming Consistency3/5

Most tools follow snake_case verb_noun (get_article, search_journals, resolve_entity), but there are brand-prefixed names (ask_pipeworx*, pipeworx_trending, pipeworx_feedback) and noun-phrase tools (entity_profile, bet_research) that break the pattern. The three ask_pipeworx variants are consistently named but confusable.

Tool Count2/5

35 tools is excessive for a coherent server, especially one where many tools are meta-routes (ask_pipeworx, deep_research) that could consolidate functionality. The count exceeds the 25-tool threshold for 'heavy' and includes several one-off tools (generate_llms_txt, scan_dependency) that don't fit the dominant data-access theme.

Completeness3/5

The DOAJ subset is complete for read-only search and retrieval, but the server lacks a clear domain: it mixes DOAJ, prediction markets, memory, and subscriptions. For the broader Pipeworx platform, there are some dead ends (e.g., no subscription editing, no raw historical market data, no batch tools), and the non-DOAJ tools create confusion about what the server is actually for.