Skip to main content
Glama
ociupitu

Academic Search MCP

by ociupitu

get_papers_batch

Retrieve details for multiple papers (up to 500) in a single request, avoiding inefficient loops and respecting rate limits.

Instructions

Fetch details for many papers in ONE request (up to 500).

Far more efficient than calling fetch_paper_details in a loop: a single
request returns all of them, which matters under the 1 request/second limit.

Args:
    paper_ids: Semantic Scholar paper IDs (or DOIs, arXiv IDs, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idsYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. Description mentions rate limit efficiency but does not disclose side effects or return behavior. Adequate for a read-only batch fetch, but could be more explicit about non-destructive nature.

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?

Three well-structured sentences plus an Args line. Front-loaded with purpose, efficient in word count, no fluff.

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 one parameter and no output schema, the description covers the main usage, benefit, and parameter format. Could mention maximum batch size in the description, but it's already stated. Appropriate for its simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% coverage, but description adds that paper_ids can be Semantic Scholar paper IDs, DOIs, arXiv IDs, etc. This significantly helps the agent understand acceptable inputs beyond the schema's plain array of strings.

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 it fetches details for many papers in one request, with a specific batch size limit (up to 500). It distinguishes from the sibling fetch_paper_details by emphasizing the batch aspect.

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?

Explicitly states it is more efficient than calling fetch_paper_details in a loop, especially under rate limits. Does not specify when not to use it, but context is clear.

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/ociupitu/academic-search-mcp'

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