Skip to main content
Glama

Agent Evidence API

research_evidence

Fetch public web sources and return structured, cited web evidence for a question or claim. Use this for source verification, claim verification, evidence extraction, and source-grounded research, or to compare sources. Returns source URLs, retrieval timestamps, short evidence excerpts, publisher and document metadata, and an explicit supported/contradicted/mixed/inconclusive assessment. Fresh web evidence is retrieved per request unless served from a bounded cache, and each source reports its actual retrieval time. Every excerpt returned is cited evidence tied to its source URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoReserved input. Only "evidence" is supported in version 0.1.0.
urlsNoCandidate public source URLs to retrieve and cite. Version 0.1.0 requires at least one such URL.
languageNoPreferred evidence language: "auto" or a BCP-47 tag such as "en".
questionYesThe question or claim to gather web evidence for.
max_sourcesNoCap on the number of sources processed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It reveals non-obvious traits: fresh web evidence is retrieved per request unless served from a bounded cache, each source reports its actual retrieval time, and every excerpt is cited evidence tied to its source URL. These constraints go well beyond a simple 'fetch sources' statement.

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 states the core purpose and deliverable first, then lists use cases, return fields, freshness behavior, and citation guarantees. Each sentence contributes a distinct useful fact with no filler or redundancy.

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?

Without an output schema, the description compensates well by listing return elements: source URLs, retrieval timestamps, evidence excerpts, publisher/document metadata, and an explicit verdict. However, it does not restate at the description level that version 0.1.0 requires at least one candidate URL, even though the schema's urls property mentions this, so an agent might attempt to call with only the required 'question' field.

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?

The input schema already describes all 5 parameters with 100% coverage, including enum values, bounds, and meaning. The tool description adds little parameter-specific detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 opening sentence uses a specific verb ('Fetch public web sources') and names the deliverable ('structured, cited web evidence') for a question or claim. It goes on to enumerate exact use cases and return fields, so an agent can tell it apart from the unrelated sibling tool 'health'.

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 explicitly states when to use the tool: 'Use this for source verification, claim verification, evidence extraction, and source-grounded research, or to compare sources.' It provides clear context but does not state exclusions or compare with an alternative evidence-gathering tool, though the only sibling is unrelated.

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.

Resources