Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_get_paper

Full paper object with all connected data.

Returns: paper metadata, author list with positions, matched entities,
references (up to 100), and linked GitHub repos.

Args:
    arxiv_id: ArXiv ID, e.g. '2402.01234' or '2402.01234v2'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
arxiv_idYes

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. It discloses the return shape (metadata, authors, entities, references up to 100, GitHub repos) but does not mention whether this is a read-only operation, any rate limits, authentication requirements beyond the api_key parameter, or what happens if the paper is not found. The 'up to 100' reference limit is useful but the behavioral profile is incomplete.

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 compact and front-loaded with the core purpose ('Full paper object with all connected data'), followed by a concise return list and an args example. Every sentence earns its place, though the 'Returns:' list could arguably be more detailed about the structure of 'matched entities' or 'linked GitHub repos'.

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 single-paper fetch with one required parameter, the description is mostly complete: it explains the return payload and the ID format. However, with no output schema and no annotations, an agent lacks information about error behavior, pagination of references, or whether the api_key is required for all calls. The sibling tools suggest a broader API context, but this description does not clarify how this tool fits into that workflow.

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 description coverage is 50%: the arxiv_id parameter has no description in the schema, but the description provides an example format ('2402.01234' or '2402.01234v2'), which adds meaning. The api_key parameter is described in the schema, so the description's lack of detail there is acceptable. The description compensates for the undocumented arxiv_id parameter, but does not explain optionality or defaults beyond what the schema shows.

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 states a specific verb and resource: 'Full paper object with all connected data' and lists what is returned (metadata, authors, entities, references, GitHub repos). It is clear this fetches a single paper by ID, and the sibling list shows other tools like arxiv_search_papers or arxiv_author_papers, so the purpose is distinguishable even though it doesn't explicitly name a sibling.

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

Usage Guidelines3/5

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

The description implies usage: provide an arxiv_id to get a full paper object. It does not explicitly state when to use this over alternatives, such as arxiv_search_papers for searching or arxiv_author_papers for author-centric queries. The context is clear enough for a single-paper fetch, but no exclusions or alternative routing are given.

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