Skip to main content
Glama
Friedemann12

paper-mcp

by Friedemann12

Get paper metadata

get_paper
Read-onlyIdempotent

Fetch full metadata and abstract for a specific arXiv paper using its arXiv ID or URL.

Instructions

Fetch full metadata and the abstract of a single arXiv paper.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID (e.g. 2403.05530, 2403.05530v2, math.GT/0309136) or an arxiv.org abs/pdf URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiYes
titleYes
abs_urlYes
authorsYes
commentYes
pdf_urlYes
updatedYes
abstractYes
arxiv_idYes
publishedYes
categoriesYes
journal_refYes
primary_categoryYes
Behavior3/5

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

The annotations already declare read-only, idempotent, and open-world behavior. The description adds the specific return content ('full metadata and the abstract'), which is useful but not extensive. No additional behavioral traits such as error handling, rate limits, or network dependencies are disclosed, but the bar is lower given the strong annotations.

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 a single, well-structured sentence that clearly states the action and resource without any unnecessary words. It is front-loaded with the verb and immediately conveys the purpose.

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?

For a simple read tool with rich annotations and an output schema, the description is largely complete. It covers what the tool does and what it returns. The only gap is explicit usage guidance versus sibling tools, but that is a minor omission given the other structured fields provide sufficient context for correct invocation.

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 schema description for arxiv_id is comprehensive, covering examples and URL support (100% coverage). The tool description adds no extra meaning beyond the schema, so the baseline of 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 uses the specific verb 'Fetch' and clearly identifies the resource: 'full metadata and the abstract of a single arXiv paper.' The phrase 'single arXiv paper' distinguishes this from search_papers (which likely returns multiple results) and read_paper (which likely provides full text). Even without naming siblings explicitly, the scope and resource are unambiguous.

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 the tool is for retrieving metadata for a known arXiv paper, but it provides no explicit guidance on when to use this tool versus alternatives like search_papers or read_paper. No exclusions or alternative tools are mentioned, so usage context is only implied.

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/Friedemann12/paper-mcp'

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