Skip to main content
Glama
AutomateLab-tech

Citation Intelligence MCP

citation_freshness_score

Score the recency of pages cited for a query. Returns a 0-100 freshness score and per-URL bucket (fresh, current, stale, ancient) to identify outdated citations.

Instructions

Score how recent the pages cited for a query are. Calls check_citations, then collects dateModified for each cited URL, returns a 0-100 recency_score (halflife=365d) plus per-URL freshness bucket (fresh/current/stale/ancient/unknown). Surfaces queries where AI cites old content - opportunity to ship fresher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query whose cited URLs to score for freshness.
engineNoAI engine to query for the citation set.auto
max_resultsNoHow many cited URLs to inspect.
Behavior4/5

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

No annotations provided, but description discloses it calls check_citations, collects dateModified, computes a recency score with halflife=365d, and returns per-URL buckets. This is adequate behavioral context for a read-only analysis 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?

Three concise sentences: first defines core action, second adds technical detail, third gives use case. Front-loaded with purpose; 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?

For a tool with 3 params and no output schema, the description sufficiently explains input, process (calling another tool, collecting data), and output (score 0-100, buckets). Missing explicit bucket thresholds but still functional for agent selection.

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 covers 100% of 3 parameters with descriptions. The description adds process context but does not supplement parameter meaning (e.g., engine enum, max_results cap) beyond what schema already provides.

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 uses specific verb 'score' and resource 'recently of pages cited for a query', clearly distinguishing from siblings like check_citations (which likely just retrieves citations) and other citation analysis tools.

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?

States the value proposition ('surfaces queries where AI cites old content') and implies the tool is for freshness analysis, but does not explicitly list when not to use or contrast with alternatives.

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