Skip to main content
Glama
ESkuratov

MCP Info Gatherer

by ESkuratov

search_arxiv

Search for scientific articles on arXiv by query or category. Get results with title, URL, content, author, and date.

Instructions

Поиск научных статей на arXiv.

Использует arXiv API. Бесплатно, без ключа. Подходит для: исследование темы, поиск релевантных работ, мониторинг новых публикаций.

Args: query: Поисковый запрос (например, "large language models" или категория "cat:cs.AI") max_results: Максимум результатов (1-100)

Returns: SearchResponse: {results: [{title, url, content, source, author, date}], total, source, error}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
Behavior4/5

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

Discloses free, no-key API access; documents query format with examples; specifies return structure. No annotations present, so description carries full burden and does well.

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-line purpose, then usage context, then args. No redundant sentences. Front-loaded with purpose. Efficient and clear.

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?

Covers inputs and outputs adequately for a simple search tool. Lacks details on error handling or rate limits, but these are minor given the tool's simplicity.

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 fully compensates: query is explained with examples (including category syntax), max_results stated range 1-100. Adds significant value beyond 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 searches scientific articles on arXiv, a specific resource. It distinguishes from sibling search tools by naming the arXiv API, but does not explicitly compare to siblings.

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 explicit use cases: research topic exploration, relevant work search, new publication monitoring. However, no guidance on when not to use or alternatives.

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/ESkuratov/mcp-info-gatherer'

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