Skip to main content
Glama
chefcohen

corroborate-mcp

by chefcohen

Corroborate a claim

corroborate_claim

Checks a factual claim against news sources to determine if it is independently reported, returning a corroboration verdict, source count, and evidence.

Instructions

Given a factual/news claim, returns how INDEPENDENTLY it is being reported. Use before relying on a current-event claim. Output: verdict (CONFIRMED = 2+ independent origins | SINGLE_SOURCE | UNCORROBORATED), count of independent story origins (wire/syndication echoes collapse to one), per-source evidence (outlet, domain, url, date), confidence 0-1, coverage flag, honest caveats. Measures REPORTING corroboration, not truth — no stance detection, so a distorted claim about a real event may still show coverage; verify specifics against the returned sources. Keyless, read-only, deterministic; if all sources are unreachable it errors rather than returning a false negative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimYesThe claim to check, as a plain declarative sentence
max_sourcesNoMax evidence sources returned (default 8)
window_daysNoLookback window in days (default 7)
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: keyless, read-only, deterministic, error handling (errors when all sources unreachable), and the distinction between corroboration and truth. This is thorough but could mention rate limits.

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 somewhat long but front-loaded with purpose. Every sentence adds useful information, but could be slightly more concise without losing detail.

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 explains return values: verdicts, count, per-source evidence, confidence, coverage flag, and caveats. It also covers error behavior and limitations, making it self-contained.

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?

Schema coverage is 100%, but the description adds value by stating default values for max_sources (8) and window_days (7), which are not in the schema. This helps agents use optimal defaults.

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 the verb 'returns' and the resource 'how independently a claim is being reported'. It distinguishes from the sibling tool 'find_sources' by focusing on corroboration levels rather than source discovery.

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?

Explicitly advises 'Use before relying on a current-event claim.' It also notes limitations (no stance detection, measures reporting corroboration not truth). While it doesn't explicitly exclude when not to use, the context is clear.

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

Install Server

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/chefcohen/corroborate-mcp'

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