Skip to main content
Glama

search_papers

Find and retrieve compact arXiv paper metadata using raw queries or structured filters, with sorting and pagination up to 2000 results per call.

Instructions

Search arXiv and return compact paper metadata.

Provide a raw query (arXiv field syntax, e.g. au:hinton AND cat:cs.LG) and/or the structured shortcuts category (cat:), author (au:), title (ti:), abstract (abs:) which are AND-combined. Or pass id_list to fetch specific papers by id.

sort_by is one of relevance, lastUpdatedDate, submittedDate; sort_order is ascending or descending. max_results is capped at 2000 per call — page with start for more (up to 30000 total).

If session_id is given, returned papers are pinned to that session's cache so they won't be evicted while the session is open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
startNo
titleNo
authorNo
id_listNo
sort_byNorelevance
abstractNo
categoryNo
session_idNo
sort_orderNodescending
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the 2000 result cap, 30000 total pagination limit, and the session cache-pinning side effect, which are meaningful behavioral details beyond the schema.

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 well-organized into three focused paragraphs, front-loaded with the core purpose. Every sentence adds necessary detail, and the length is appropriate for the tool's complexity.

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?

Despite having no annotation support, the description covers query construction, parameter semantics, limits, pagination, and side effects. An output schema exists, so return values need not be explained in prose. This is complete for a search tool.

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?

Schema coverage is 0%, so the description must compensate. It explains every parameter: query syntax, category/author/title/abstract shortcuts, id_list alternative, sort_by/sort_order allowed values, max_results cap, start pagination, and session_id caching behavior. This is comprehensive.

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 'Search arXiv and return compact paper metadata,' identifying the specific verb, resource, and return type. It distinguishes from siblings by emphasizing search over retrieval (e.g., id_list vs get_paper).

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?

Provides clear guidance on using raw query syntax vs structured shortcuts vs id_list, and explains pagination with start/max_results. However, it does not explicitly contrast with sibling tools like get_paper or download_paper, so it stops short of full alternative guidance.

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/Himasnhu-AT/arxiv-mcp'

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