Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

by YGao2005

get_author_papers

Retrieve all research papers by a specific author with paginated results sorted by relevance. Use discover_authors first to find the author ID.

Instructions

Get all papers by an author (paginated, sorted by rank score). Use discover_authors to find the author_id first. Returns the same paper fields as search_papers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
author_idYesAuthor ID (from discover_authors or get_author results)
limitNoPapers per page (max 50)
pageNoPage number
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 pagination and sorting behavior, which is valuable. However, it doesn't mention error handling, rate limits, authentication needs, or what happens with invalid author IDs, 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?

Two sentences with zero waste: the first states purpose and behavior, the second provides usage guidance and output context. It's front-loaded with essential information and efficiently 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?

For a read-only tool with no output schema, the description is mostly complete: it explains purpose, behavior, prerequisites, and output fields by reference. However, without annotations or output schema, it could benefit from more detail on error cases or response structure, slightly reducing completeness.

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 fully documents parameters. The description adds no additional parameter semantics beyond what's in the schema, such as explaining rank score sorting in relation to parameters. 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 verb 'Get' and resource 'all papers by an author', specifying pagination and sorting by rank score. It distinguishes from sibling tools like 'search_papers' by focusing on author-specific retrieval rather than general search.

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?

Explicitly instructs to 'Use discover_authors to find the author_id first', providing a clear prerequisite and alternative tool. It also references 'search_papers' for understanding return fields, giving context on when to use this tool versus others.

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