Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

by YGao2005

get_paper

Retrieve comprehensive details for a research paper using its arXiv ID, including title, authors, summary, novelty score, and structured extraction data for analysis.

Instructions

Get full details for a single paper by arXiv ID. Returns title, authors, year, LLM summary, novelty score, links, and structured extraction data (method_name, contribution_type, task_category, datasets, baselines). Use fields='abstract' to include the abstract. Use get_paper_results for benchmark scores, or fetch_fulltext with sections='all' for the full paper content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID e.g. '2401.12345' or '2401.12345v2'
fieldsNoComma-separated list of fields to return (e.g. 'arxiv_id,title,llm_summary,abstract'). Default: all fields.
Behavior3/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 of behavioral disclosure. It describes the return data structure (title, authors, etc.) and how to modify fields, which adds value. However, it lacks details on error handling, rate limits, or authentication needs, leaving gaps for a tool with no annotation coverage.

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 core purpose, followed by usage notes and alternatives in two efficient sentences. Every sentence earns its place by providing essential information without redundancy, making it highly concise and well-structured.

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?

Given the complexity (2 parameters, no output schema, no annotations), the description is mostly complete: it explains the purpose, return data, and alternatives. However, it lacks details on error cases or response format, which could be helpful for a tool with no output schema, leaving a minor gap.

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 the schema already documents both parameters thoroughly. The description adds minimal value by mentioning fields='abstract' to include the abstract, but this is implied in the schema's description of the fields parameter. Baseline 3 is appropriate as the schema does the heavy lifting.

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 purpose with specific verb ('Get full details') and resource ('for a single paper by arXiv ID'), distinguishing it from siblings like get_paper_results (for benchmark scores) and fetch_fulltext (for full paper content). It explicitly lists the returned data fields, making the scope unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool versus alternatives: it names get_paper_results for benchmark scores and fetch_fulltext with sections='all' for full paper content. It also specifies when to include the abstract (using fields='abstract'), offering clear context for tool selection.

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/YGao2005/scholar-feed-mcp'

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