Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

by YGao2005

find_similar

Discover research papers similar to a specified arXiv paper using bibliographic coupling and embedding similarity, updated daily for current results.

Instructions

Find papers similar to a given paper. Uses precomputed bibliographic coupling + embedding similarity (updated daily).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID of the source paper
limitNoNumber of similar papers to return (max 30)
daysNoFilter similar papers published within N days
fieldsNoComma-separated list of fields to return (e.g. 'arxiv_id,title,llm_summary,llm_novelty_score'). Default: all fields.
exclude_idsNoarXiv IDs to exclude from results (for deduplication across chained calls)
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 of behavioral disclosure. It mentions that similarity is 'updated daily', which adds useful context about data freshness, but fails to describe other key behaviors such as response format, error handling, rate limits, or authentication needs. For a tool with 5 parameters and no annotations, this is a significant gap.

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, efficient sentence that front-loads the core purpose and adds a brief methodological note. There is no wasted text, and it is appropriately sized for the tool's complexity, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters, no annotations, and no output schema, the description is incomplete. It lacks information on behavioral traits (e.g., response format, error handling), usage guidelines, and does not compensate for the absence of an output schema. For a similarity search tool with moderate complexity, this leaves significant gaps for an agent.

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 all parameters thoroughly. The description does not add any semantic details beyond what the schema provides (e.g., it doesn't explain how 'bibliographic coupling + embedding similarity' relates to the parameters). Baseline 3 is appropriate when 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 specific action ('Find papers similar to a given paper') and resource ('papers'), distinguishing it from siblings like 'search_papers' or 'get_paper' by focusing on similarity rather than general search or retrieval. It also mentions the methodology ('bibliographic coupling + embedding similarity') which further clarifies its unique purpose.

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 'get_paper'. It mentions the methodology but does not specify scenarios where similarity search is preferred over keyword-based search or other sibling tools, leaving the agent without explicit usage context.

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