Skip to main content
Glama
chefcohen

corroborate-mcp

by chefcohen

Find sources

find_sources

Search multiple news engines (Google News, GDELT, Hacker News) to get a deduplicated list of sources for a claim, providing raw coverage for your own judgment without a scored verdict.

Instructions

Multi-engine news/source search (Google News, GDELT, Hacker News) for a query: a deduped list of {outlet, domain, url, date}. Use when you want raw coverage to judge yourself, not a scored verdict — the cheaper primitive under corroborate_claim. Keyless, read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query or claim
max_sourcesNo
window_daysNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses 'Keyless, read-only,' which are critical behavioral traits. Could mention rate limits or pagination, but the provided info is sufficient for safe use.

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?

Two sentences: first covers core functionality, second provides usage context. No filler, front-loaded with essential info.

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 3 parameters and no output schema, the description covers purpose, usage, and key behaviors. The deduped list fields are specified. Lacks a concrete example but still complete for a simple 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 coverage is only 33% (only query has a description). The description does not explain max_sources or window_days beyond their schema constraints. Low coverage with no compensation.

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 tool's function: multi-engine news/source search returning a deduped list of {outlet, domain, url, date}. It distinguishes itself from the sibling tool corroborate_claim by calling itself the cheaper primitive.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use ('when you want raw coverage to judge yourself, not a scored verdict') and provides the alternative sibling tool corroborate_claim. Clear guidance.

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