Skip to main content
Glama
heewon-chung

eprint-mcp-server

by heewon-chung

get_paper

Retrieve detailed information about a specific cryptographic research paper using its unique ID from the IACR Cryptology ePrint Archive.

Instructions

Get detailed information about a specific paper by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paperIdYesPaper ID in format YYYY/NNN (e.g., 2024/123)
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 merely says 'Get detailed information' without disclosing what information is returned (e.g., metadata, full text), auth requirements, rate limits, or side effects. This is insufficient for an agent to understand the tool's behavior.

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 a single sentence that gets straight to the point, with no wasted words. It could be slightly improved by adding sibling differentiation, but overall it is concise and front-loaded.

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 tool with one parameter and no output schema, the description is adequate but not complete. It lacks usage guidelines and behavioral transparency, which are needed for an agent to use it correctly alongside siblings. The schema covers parameter details well.

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 input schema covers 100% of parameters and includes a clear description of paperId format (YYYY/NNN). The tool description adds no additional parameter semantics beyond what the schema already provides, so it meets the baseline of 3.

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 tool fetches 'detailed information about a specific paper by ID', specifying the verb (Get), resource (paper), and identifier (ID). This effectively distinguishes it from sibling tools like download_paper, get_paper_url, get_recent_papers, and search_papers, which have different purposes.

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 provides no guidance on when to use this tool versus alternatives like search_papers or download_paper. It lacks any statements about prerequisites, context, or exclusions, leaving the agent without decision support.

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/heewon-chung/eprint-mcp-server'

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