Skip to main content
Glama
AutomateLab-tech

Citation Intelligence MCP

citation_evidence

Extract the cited snippet from an AI engine's raw answer for each citation, showing the context that explains why the URL was referenced.

Instructions

Extract the cited snippet from the AI engine's raw answer for each citation. Calls check_citations, then for each returned URL finds the first mention in raw_answer and returns a context window plus the nearest quoted span or containing sentence. Use to see why an engine cited a URL, not just that it did. Returns 'not found' for engines without raw_answer (Bing, Brave).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query whose AI answer to extract citation evidence from.
engineNoAI engine to query. web_rank engines (bing_serp, brave_serp) lack raw_answer and return no evidence.auto
max_resultsNoMax citations to extract evidence for.
context_charsNoHalf-width of the snippet window around each citation mention (chars). Total snippet is up to 2x this.
Behavior4/5

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

No annotations, but description fully discloses behavior: calls check_citations, finds first mention in raw_answer, returns context window plus nearest quoted span or sentence, and returns 'not found' for engines without raw_answer. No contradictory or hidden behavior.

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?

Four sentences, front-loaded with purpose, each sentence adds unique value: action, process, usage guidance, edge case. No redundancy or fluff.

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 no output schema, description adequately explains input behavior and return types (context window, quoted span, 'not found'). Could be more explicit about output structure, but sufficient for an extraction tool with clear process.

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% (all 4 params described in schema). Description adds workflow context (how params are used) and clarifies engine-specific behavior (web_rank engines lack raw_answer), but overall value added is moderate 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?

Description states specific verb 'Extract' and resource 'cited snippet' and distinguishes from sibling check_citations by explaining 'use to see why an engine cited a URL, not just that it did.'

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 says 'Use to see why an engine cited a URL, not just that it did' and warns about engines without raw_answer (Bing, Brave). Could be more explicit about when not to use, but provides clear context relative to siblings.

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/AutomateLab-tech/citation-intelligence'

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