Skip to main content
Glama
Ray0907

arXiv MCP Server

by Ray0907

searchAdvanced

Search arXiv academic papers using specific filters for title, abstract, author, category, arXiv ID, date range, and sorting options.

Instructions

Advanced search with specific field filters.

Args:
	title: Search in paper titles
	abstract: Search in abstracts
	author: Search by author name
	category: Filter by arXiv category (e.g., 'cs.AI', 'cs.LG')
	id_arxiv: Search by arXiv ID pattern
	date_from: Start date filter (YYYY-MM-DD format)
	date_to: End date filter (YYYY-MM-DD format)
	sort_by: Sort order - 'relevance', 'date_desc', 'date_asc'
	page: Page number (default: 1)
	page_size: Results per page, max 50 (default: 25)

Returns:
	Search results with papers containing title, abstract, authors, and URLs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
abstractNo
authorNo
categoryNo
id_arxivNo
date_fromNo
date_toNo
sort_byNorelevance
pageNo
page_sizeNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions pagination behavior (page, page_size with max 50) and sort options, which is helpful. However, it doesn't cover important aspects like rate limits, authentication requirements, error conditions, or whether this is a read-only operation (though 'search' implies read-only).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections for Args and Returns. Each parameter explanation is concise yet informative. The opening sentence efficiently states the purpose. Minor improvement could be made by front-loading more context about when to use this versus other search tools.

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

Completeness3/5

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

For a 10-parameter search tool with no annotations and no output schema, the description does a good job with parameters but has gaps. It explains what the tool returns at a high level but doesn't detail the response structure or error handling. The lack of usage guidelines relative to siblings is a significant completeness gap given the tool ecosystem.

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?

With 0% schema description coverage, the description provides comprehensive parameter documentation that fully compensates. It explains each of the 10 parameters with clear semantics, including format requirements (YYYY-MM-DD), default values, constraints (max 50 for page_size), and enum values for sort_by. This adds significant value beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs 'Advanced search with specific field filters' which is a specific verb+resource combination. It distinguishes itself from the simpler 'search' sibling tool by emphasizing 'advanced' capabilities. However, it doesn't explicitly contrast with other siblings like 'getRecent' or 'getPaper'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus the simpler 'search' sibling or other alternatives like 'getRecent' or 'getPaper'. It mentions 'advanced search' but doesn't explain what makes it advanced compared to basic search or when field filtering is preferable.

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/Ray0907/arXiv-mcp'

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