Skip to main content
Glama

verify_fact

Verify a specific fact about a Wikipedia topic, GitHub repository, npm package, DNS records, or domain registration by specifying the source and subject.

Instructions

Verify or look up one specific, named fact: a Wikipedia topic's summary, a public GitHub repository's stats (stars, forks, last push), an npm package's version/license/downloads, a domain's DNS records, or a domain's registration status (RDAP). Give source (which kind of fact) and subject (the exact name to check). $0.005 per check via x402 (USDC on Base) — free to try: without a wallet configured, every call just explains the payment challenge instead of paying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoWikipedia language code (default 'en'). Only used when source=wikipedia.
sourceYesWhich kind of fact to check.
subjectYesThe thing to check: a Wikipedia article title (e.g. 'Bitcoin') for source=wikipedia, an 'owner/repo' (e.g. 'expressjs/express') for source=github_repo, a package name (e.g. 'express' or '@scope/name') for source=npm_package, or a domain name (e.g. 'example.com') for source=dns_records / domain_registration.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description must carry the behavioral burden. It discloses the cost ($0.005 per check via x402 USDC on Base) and the no-wallet fallback behavior (explains the payment challenge instead of paying), which are crucial operational details 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 front-loaded: it begins with purpose and source types, then explains required parameters, then payment behavior. Every sentence earns its place with no filler.

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?

For a 3-parameter tool with full schema coverage and no output schema, the description covers purpose, source options, required inputs, and payment behavior. It omits return format and error cases, which are less critical without an output schema but still leave minor gaps.

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 baseline is 3. The description restates that source selects the fact kind and subject is the exact name to check, but it adds no syntax or format details beyond what the schema already provides.

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 states a specific verb ('verify or look up') and resource ('one specific, named fact'), then enumerates five source types. This distinguishes it from broad siblings like search_web and ai_task by scope and fact source, even without naming them.

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 context: use for one specific named fact from the listed sources, and requires source and subject. It does not explicitly say when to prefer this over search_web or ai_task, nor does it list exclusions.

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

Deploy Server

Other Tools