Skip to main content
Glama
reinthal

arxiv-mcp

by reinthal

Get Related Papers

get_related_papers

Find related arXiv papers by URL: extract the paper ID and metadata, then search by title keywords and primary category.

Instructions

Find papers related to a given arXiv paper.

This tool extracts the paper ID from the given URL, fetches its metadata (title and categories), then searches for related papers using title keywords and the paper's primary category.

Rate Limited: This tool is subject to a server-wide rate limit of 3 requests/second.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_urlYesAn arXiv URL (e.g., "https://arxiv.org/abs/1706.03762")
max_resultsNoMaximum number of related papers to return (default: 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses the server-wide rate limit of 3 requests/second and explains the internal workflow (ID extraction, metadata fetch, keyword/category search), which adds meaningful context beyond the schema.

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 front-loaded with the purpose, then concisely explains the workflow and separately highlights the rate limit. Every sentence earns its place.

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?

An output schema exists, so return values need not be explained. The description covers the core behavior and rate limit, but it does not clarify selection criteria relative to similar sibling tools or how max_results interacts with the search process.

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 100%, so both parameters are already documented in the input schema. The description mentions URL extraction for arxiv_url but adds no new syntax or format details, and does not discuss max_results; baseline 3 is appropriate.

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 states a specific verb and resource: find papers related to a given arXiv paper. This is clearly distinct from sibling tools such as search_arxiv and get_author_papers, so an agent can identify the tool's role without opening the schema.

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?

The description gives no explicit when-to-use, when-not-to-use, or alternative guidance. It implies usage via the purpose, but never tells the agent when to prefer this over search_arxiv or get_author_papers.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.