Skip to main content
Glama

get_recent

Retrieve recent papers in any arXiv category, sorted by submission date. Use to find new submissions in a specific research area.

Instructions

Get the most recent papers in a given category (e.g. cs.AI, quant-ph). Use when the user wants to see the latest submissions in a specific arXiv category, sorted by submission date (newest first). Ideal for 'what is new' style queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses the sorting behavior (newest first) and purpose. No annotations provided, so description carries full burden. It does not detail behavior for invalid categories or error handling, but for a simple read-only tool the disclosure is adequate.

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 front-loaded action. Every sentence adds value with no wasted words.

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?

Given the tool's simplicity (2 params, output schema exists) and sibling context, the description is complete. It explains the tool's purpose, when to use it, and sorting behavior.

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 coverage is 0%, but description adds meaning by providing example category values (cs.AI, quant-ph). However, it does not describe the max_results parameter beyond the schema's default. Partially compensates for missing schema descriptions.

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 states the verb 'Get' and resource 'most recent papers' with specific examples (cs.AI, quant-ph). It clearly distinguishes from siblings like search_arxiv by focusing on recency and sorting by submission date.

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 says 'Use when the user wants to see the latest submissions in a specific arXiv category' and 'Ideal for what is new style queries.' However, it does not mention when not to use or contrast with alternatives like search_arxiv.

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/YounesBensafia/arxiv-mcp-server'

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