Skip to main content
Glama
AutomateLab-tech

Citation Intelligence MCP

cited_for_diff

Compare citations for a domain between two time windows to identify queries gained and lost. Track citation drift after publishing or migrating content.

Instructions

Diff cited_for between two time windows for a domain. Returns queries gained (cited now, not before baseline_until) and queries lost (cited before, not since current_since). Cache-only, no API spend. Use to track citation drift over time after publishing or migrating content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to diff, e.g. 'automatelab.tech'.
baseline_untilYesISO date (or ISO datetime). Baseline window = all cache entries fetched on or before this timestamp.
current_sinceNoISO date floor for the 'current' window. Defaults to baseline_until.
engineNoFilter by engine. Omit to include all.
Behavior4/5

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

With no annotations, the description carries the full burden. It states 'Cache-only, no API spend,' which is valuable behavioral info. It also explains the meaning of gained/lost queries, adding transparency beyond the schema.

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 with no wasted words. The first sentence immediately states the core function; the second adds context and usage. Ideal brevity for an agent.

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?

With 4 parameters and no output schema, the description covers purpose, parameters, behavioral note, and usage. It does not explain the return structure, but that is not required given the lack of output schema. Still comprehensive.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by clarifying how 'baseline_until' and 'current_since' define the two time windows and explaining the 'engine' filter. It slightly exceeds the baseline.

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 uses specific verbs ('diff', 'track citation drift') and clearly defines the resource ('cited_for between two time windows'). It distinguishes from the sibling 'cited_for' by focusing on comparison across time periods.

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 to track citation drift over time after publishing or migrating content.' It does not mention when not to use it or provide alternatives, but the context is clear.

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