Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

by YGao2005

get_citations

Retrieve citation relationships for research papers to analyze academic influence and connections. Use this tool to explore which papers cite a given work or which references it cites.

Instructions

Get the citation graph for a paper. 'citing' = outgoing references this paper cites; 'cited_by' = incoming citations from other papers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID of the paper
directionNo'citing' = outgoing references this paper cites; 'cited_by' = incoming citations from other paperscited_by
limitNoNumber of papers to return (max 50)
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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the citation graph concept but lacks critical details: whether this is a read-only operation, rate limits, authentication needs, error conditions, or what the output format looks like (since no output schema exists). The description is insufficient for a tool with 5 parameters and 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 perfectly concise with two sentences that directly explain the tool's core functionality. Every word earns its place, with no wasted text or unnecessary elaboration. It's front-loaded with the main purpose and efficiently clarifies the direction parameter.

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's complexity (5 parameters, citation graph functionality) and the absence of both annotations and an output schema, the description is incomplete. It doesn't explain what a 'citation graph' returns structurally, how results are formatted, pagination behavior, or error handling. For a data retrieval tool with rich parameters, this leaves significant gaps for an AI 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 adds minimal value by explaining the 'direction' parameter's semantics ('citing' = outgoing, 'cited_by' = incoming), but this is largely redundant with the schema's enum description. No additional parameter context is provided beyond what's in the structured 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 purpose with specific verbs ('Get the citation graph') and resource ('for a paper'), distinguishing it from siblings like get_paper or search_papers by focusing on citation relationships. It precisely defines the two directional options, making the purpose unambiguous.

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 get_paper (which might include citation data) or search_papers (for broader searches). It explains the direction parameter but offers no context about use cases, prerequisites, or comparisons with sibling tools.

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