Skip to main content
Glama
LWaetzig

arxiv-query-mcp

by LWaetzig

arxiv_get_paper

Retrieve full metadata for an arXiv paper by its ID, including title, authors, abstract, categories, and links to PDF and abstract page.

Instructions

Retrieve full metadata for a specific arXiv paper by its ID.

Returns complete information: title, all authors, full abstract, categories, dates, journal reference, DOI, and direct links to abstract, PDF, and HTML.

Args: params (GetPaperInput): - paper_id (str): arXiv ID, e.g. '2303.08774', '1706.03762v2', or old-style 'hep-th/9901001' - response_format (str): markdown | json

Returns: str: Full paper metadata.

JSON schema when response_format='json':
{ "id", "title", "authors", "abstract", "published", "updated",
  "primary_category", "categories", "abstract_url", "pdf_url",
  "html_url", "comment", "journal_ref", "doi" }

Examples: - Attention Is All You Need: paper_id='1706.03762' - GPT-4 technical report: paper_id='2303.08774' - AlphaFold: paper_id='2108.10991'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description fully details the return fields (title, authors, abstract, etc.) and response format options. It does not mention rate limits or side effects, but as a read operation, transparency is adequate.

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 concise and well-structured: summary line, bullet-like field list, clear args section, return description, and examples. Front-loaded with purpose, no redundant sentences.

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

Completeness5/5

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

For a simple retrieval tool with an output schema (implied from JSON fields), the description covers inputs, outputs, and examples completely. No gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant value beyond the schema: provides paper_id format examples (including old-style IDs), lists both response_format options, and gives concrete usage examples. Schema descriptions are also present but description enhances understanding.

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 clearly states the verb 'Retrieve' and the resource 'full metadata for a specific arXiv paper by its ID.' It distinguishes from siblings like arxiv_search (search) and arxiv_fetch_paper_text (full text).

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 implies usage for retrieving metadata by ID, with examples. It does not explicitly state when not to use it or specify alternatives, but the sibling tool names provide context.

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/LWaetzig/arxiv-query-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server