Skip to main content
Glama
ChenchaoZhao

paper-search

by ChenchaoZhao

search_papers

Search academic papers across multiple sources, returning deduplicated, ranked JSON results.

Instructions

Search academic literature across multiple sources, returning deduplicated and ranked results as JSON.

Args: query: Free-text search query, e.g. "Hamiltonian Monte Carlo protein design". sources: Comma-separated source names: semantic-scholar, arxiv, pubmed, crossref, europepmc, openreview, dblp, openalex. Defaults to all keyless free sources. max_results_per_source: Maximum number of results fetched per source. year_from: Only include papers published in or after this year. year_to: Only include papers published in or before this year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sourcesNo
year_toNo
year_fromNo
max_results_per_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It mentions 'deduplicated and ranked results', 'JSON' output, and the concept of keyless sources, which hints at API key requirements. It does not explicitly mention error handling or latency, but for a search tool, this is adequate. The behavior is sufficiently described.

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 concise and well-structured: an opening one-sentence overview followed by a clean Args section. Each parameter is given a clear explanation. There is no extraneous information, and it is front-loaded with the key purpose.

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

Completeness5/5

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

With 5 parametersaren and an output schema present, the description fully explains what the tool does, what each parameter means (including defaults and examples), and the output format (JSON, deduplicated, ranked). It covers behavioral aspects like source selection and default behavior. Given the output schema exists, no further details on return structure are needed.

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

Parameters5/5

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

The schema provides only names and types (0% coverage). The description compensates fully by explaining each parameter: query (with example), sources (with list of allowed values), max_results_per_source, year_from, and year_to. It adds meaning beyond the schema, including defaults and examples, making it highly instructive for the agent.

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: 'Search academic literature across multiple sources, returning deduplicated and ranked results as JSON.' It specifies the action (search), the resource (academic literature), and the output format (JSON). Since there are no sibling tools, it doesn't need to differentiate, but it is specific and unambiguous.

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?

The description provides usage context by explaining defaults (e.g., 'Defaults to all keyless free sources') and listing sources, which helps the agent decide when to call this tool. However, it lacks explicit when-not-to-use guidance or exclusion criteria, which would elevate it to 5. Still, it clearly implies the intended use case.

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/ChenchaoZhao/paper-search'

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