Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_most_cited

Most cited papers — ranked by inbound citation count.

This answers the question every researcher, VC, and journalist asks first:
'What are the most influential papers in AI right now?'

Counts how many papers in our database cite each target paper.
Only papers with resolvable ArXiv IDs in their references are counted.

Args:
    category:  Filter citing papers by category (optional)
    date_from: Only count citations from papers published from this date
    date_to:   Only count citations from papers published until this date
    limit:     Max results (default: 20, max: 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
date_toNo
categoryNo
date_fromNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the key behavioral detail that only papers with resolvable ArXiv IDs in references are counted, which is useful. However, it does not mention output format, pagination, or the need for an API key (present in schema but omitted from description), leaving gaps in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise, leading with the core purpose and then listing parameters. The rhetorical question adds a slight extra but is acceptable. The structure is front-loaded and easy to scan, earning a 4.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, no output schema, and the description does not explain the return structure (e.g., list of papers with citation counts), date formats, or the api_key parameter. For a tool of this complexity, the description is incomplete and would leave an agent uncertain about how to call it 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?

The description adds meaning to four of the five parameters (category, date_from, date_to, limit) by explaining their role in filtering citations. It does not mention the api_key parameter at all, and the schema coverage is low (20%), so the description only partially compensates. It also omits date format and allowed category values, reducing its effectiveness.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Most cited papers — ranked by inbound citation count.' It provides a concrete resource and action. However, it does not explicitly differentiate from sibling tools like arxiv_citation_network, so it misses the chance to distinguish itself beyond its own purpose.

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 gives clear context for when to use this tool ('every researcher, VC, and journalist') and answers the question about influential papers. It does not mention alternatives or when not to use it, but it does imply a specific use case, making it a 4 rather than a 5.

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