Skip to main content
Glama

Validate citation evidence input

validate_evidence_request
Read-onlyIdempotent

Check bounded URLs and literal quotes against the fixed host list before purchase. Does not fetch pages or establish source availability. No payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcesYes
requireAllSourcesNoWhen true, settlement requires every requested source to be readable. Does not require quotes to match. Original input and policy must be preserved for recovery.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / requireAllSources
      Added value: +{
      +  "description": "When true, settlement requires every requested source to be readable. Does not require quotes to match. Original input and policy must be preserved for recovery.",
      +  "type": "boolean"
      +}
    • changedInput schema / x-allowed-hosts
      Previous value: -[
      -  "example.com",
      -  "arxiv.org",
      -  "en.wikipedia.org",
      -  "developers.cloudflare.com",
      -  "www.sec.gov",
      -  "www.federalreserve.gov",
      -  "docs.python.org",
      -  "developer.mozilla.org",
      -  "www.nasa.gov",
      -  "science.nasa.gov",
      -  "www.noaa.gov",
      -  "www.nist.gov",
      -  "www.cdc.gov",
      -  "www.who.int",
      -  "www.worldbank.org",
      -  "data.worldbank.org",
      -  "www.imf.org",
      -  "www.oecd.org",
      -  "www.un.org",
      -  "www.gov.uk",
      -  "www.legislation.gov.uk",
      -  "eur-lex.europa.eu",
      -  "doc.rust-lang.org",
      -  "go.dev",
      -  "nodejs.org",
      -  "tc39.es",
      -  "www.rfc-editor.org"
      -]New value: +[
      +  "docs.docker.com",
      +  "react.dev",
      +  "docs.astral.sh",
      +  "www.typescriptlang.org",
      +  "www.postgresql.org",
      +  "proceedings.mlr.press",
      +  "aclanthology.org",
      +  "example.com",
      +  "arxiv.org",
      +  "en.wikipedia.org",
      +  "developers.cloudflare.com",
      +  "www.sec.gov",
      +  "www.federalreserve.gov",
      +  "docs.python.org",
      +  "developer.mozilla.org",
      +  "www.nasa.gov",
      +  "science.nasa.gov",
      +  "www.noaa.gov",
      +  "www.nist.gov",
      +  "www.cdc.gov",
      +  "www.who.int",
      +  "www.worldbank.org",
      +  "data.worldbank.org",
      +  "www.imf.org",
      +  "www.oecd.org",
      +  "www.un.org",
      +  "www.gov.uk",
      +  "www.legislation.gov.uk",
      +  "eur-lex.europa.eu",
      +  "doc.rust-lang.org",
      +  "go.dev",
      +  "nodejs.org",
      +  "tc39.es",
      +  "www.rfc-editor.org"
      +]
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations: it states the tool does not fetch pages, does not establish source availability, and involves no payment. These are important behavioral traits not captured by readOnlyHint or idempotentHint alone. It does not contradict any annotation. This extra context is valuable for an agent deciding whether to invoke this tool.

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 two sentences with zero redundancy. The primary action and scope are front-loaded in the first sentence, and the exclusions are efficiently stated in the second. Every word earns its place, making it highly concise and easy to parse.

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 tool with only two parameters (one nested) and a rich input schema, the description covers the essential purpose and exclusions. It does not mention return values or error behavior, but since there is no output schema and the tool is read-only, that is not critical. The description adequately complements the schema and annotations to give an agent the necessary context to invoke the tool correctly.

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 50% (only requireAllSources has a direct description; sources lacks one). The description partially compensates by describing the operation on 'bounded URLs and literal quotes', which gives meaning to the sources parameter. However, it does not explain requireAllSources beyond what the schema already provides. The item-level descriptions for url and quotes are detailed, so the overall parameter semantics are reasonably covered, but the description itself adds limited unique value beyond the schema.

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 action (check bounded URLs and literal quotes against a fixed host list) with clear scope and context (before purchase). It also explicitly disclaims what it does not do (fetch pages, establish availability, payment), which distinguishes it from other tools that might perform those actions. This clearly differentiates it from siblings like audit_report_citations or compare_evidence_snapshots.

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 clear usage context by stating 'before purchase' and clarifies what it does not do, which implicitly tells an agent not to use this tool for fetching or payment. However, it does not explicitly name alternative tools or provide when-not-to-use conditions relative to siblings like validate_batch or prepare_evidence_request. The context is clear but lacks explicit exclusions or alternative routing.

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