Skip to main content
Glama
AutomateLab-tech

Citation Intelligence MCP

answer_box_position

Locate each cited URL's position in the AI's raw answer text to determine if your link appears early, middle, or late, revealing citation prominence.

Instructions

Locate where each cited URL appears in the AI's raw answer text. Calls check_citations, finds the first mention of each citation's URL (or hostname) in raw_answer, and bins by char position into early/middle/late thirds. Surfaces whether your URL is cited up-front or buried near the end. Returns 'unknown' for engines without raw_answer (Bing, Brave).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query whose AI answer to measure citation positions on.
engineNoAI engine to query. web_rank engines (bing_serp, brave_serp) lack raw_answer and will return position 'unknown'.auto
max_resultsNoMax citations to locate.
Behavior5/5

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

With no annotations provided, the description fully discloses the tool's behavior: it calls check_citations, bins positions into early/middle/late thirds, and returns 'unknown' for certain engines. This is complete and transparent.

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 three concise sentences, each earning its place: first states the action, second explains the mechanism, third notes an edge case. No wasted words.

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?

The description covers what the tool does, how it works, and when it returns 'unknown'. It lacks explicit output format details (e.g., per-citation position), but the overall picture is sufficient for an agent to decide when to use it.

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?

Despite 100% schema coverage, the description adds context: it explains how each parameter is used (e.g., engine's effect on output, max_results limits citations), enhancing understanding 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 provides a specific verb ('Locate') and resource ('where each cited URL appears'), clearly distinguishing the tool's purpose from siblings like check_citations by explaining how it bins positions into thirds.

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 implicitly guides usage by noting that engines without raw_answer (Bing, Brave) return 'unknown', advising against use in those cases. However, it does not explicitly compare to alternatives like directly using check_citations.

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