Skip to main content
Glama
Moreti2002

Polymath MCP

by Moreti2002

get_paper

Fetch detailed paper information by DOI or arXiv ID, combining metadata from multiple sources and providing an open-access PDF link when available.

Instructions

Get details for one paper by DOI (e.g. '10.1145/3600006') or arXiv id (e.g. '2301.12345' or 'arXiv:2301.12345'). Merges metadata from every source that knows the paper, including an open-access PDF link when one exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalNo
resultsNo
sources_okNo
sources_failedNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: merging metadata from all known sources and including an open-access PDF link when available. It doesn't mention error handling or response formats, but for a read operation this is sufficient context.

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?

Two sentences, front-loaded with the verb and resource. Every word earns its place—no filler, no repetition of schema details, and the identifier examples are compact and illustrative.

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?

The tool is simple (one parameter, one paper lookup). The description explains what to pass and what the result contains (merged metadata, PDF link). With an output schema present, this is complete for the tool's scope.

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?

Schema description coverage is 0%, but the description fully compensates by explaining the 'identifier' parameter accepts DOI or arXiv ID with concrete examples showing accepted formats. This is far more informative than a generic schema.

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's function: 'Get details for one paper by DOI or arXiv id'. It specifies the resource (paper), the action (get details), and the identifier types, distinguishing it from sibling search tools.

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 when to use this tool: when you have a specific DOI or arXiv ID. It contrasts with sibling search tools by focusing on direct identifier lookup, though it doesn't explicitly name alternatives or exclusions.

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/Moreti2002/polymath-mcp'

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