Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_track_papers

Chronological papers inside one stable research track.

Args:
    track: Track slug or exact name, e.g. 'ai-agents' or 'multi-agent-systems'.
    date_from: Optional ISO date lower bound.
    date_to: Optional ISO date upper bound.
    has_code_only: Restrict to papers with confirmed code signal.
    limit: Max results (default 20, max 50).

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It reveals chronological ordering and track stability, but says nothing about API key/auth requirements, result shape, pagination behavior, or what happens on invalid tracks. It also does not explicitly state that this is a read-only operation.

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 compact and efficiently structured: one topic sentence followed by a tight Args list. Every line adds value, and operational constraints like default and max limit are stated inline without extra prose.

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

Completeness3/5

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

For a simple track-paper listing tool, the core invocation parameters are covered and the return concept is clear. However, with no output schema and no annotations, the lack of return format info, explicit auth expectations via api_key, and sibling routing leaves noticeable gaps.

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?

With schema description coverage only at 17%, the description compensates well: it explains track slug/exact name with examples, ISO date lower/upper bounds, the meaning of has_code_only, and the default/max limit. The only gap is that api_key is omitted from the Args list, leaving its role unexplained.

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 names a specific resource ('one stable research track') and the kind of data returned ('chronological papers'), so an agent can infer it lists papers in time order within a track. It lacks an explicit verb like 'list' or 'retrieve', but the phrasing is not tautological and is enough to separate it from general search tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to choose this tool over siblings such as arxiv_search_papers, arxiv_track_trend, or arxiv_author_papers. The description explains mechanics but never states selection criteria, exclusions, or alternative tools.

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