Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

by YGao2005

fetch_repo

Retrieve GitHub repository details for research papers with associated code, including README content and file structure, to analyze implementation resources.

Instructions

Get the GitHub repository summary for a paper — README content and file tree. Only works for papers with an associated code URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID of the paper
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. It discloses that the tool only works for papers with an associated code URL, which is useful behavioral context. However, it lacks details on permissions, rate limits, error handling, or output format, 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 in the first sentence and adds a crucial constraint in the second. Every sentence earns its place with no wasted words, making it highly efficient.

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?

Given no annotations and no output schema, the description is incomplete: it doesn't explain the return format (e.g., structure of the summary) or potential errors. However, it adequately covers the purpose and usage constraint for a simple single-parameter tool, meeting minimal viability.

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 the arxiv_id parameter fully. The description adds no additional parameter semantics beyond implying the arXiv ID must correspond to a paper with a code URL, but this is minimal value over the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get') and resource ('GitHub repository summary for a paper'), specifying it includes README content and file tree. It distinguishes from siblings by focusing on repository data rather than paper metadata or other operations, though it doesn't explicitly name alternatives.

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?

It provides clear context for when to use: for papers with an associated code URL. However, it doesn't specify when not to use or name alternative tools (e.g., get_paper for general paper info), leaving some ambiguity in sibling differentiation.

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