Skip to main content
Glama

Server Details

ArXiv preprint search, daily category digest, and author-collaborator graph.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
guptaprakhariitr/arxiv-mcp
GitHub Stars
0
Server Listing
arxiv-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operation: daily digest for recent papers, get single paper by ID, and search by query. No overlap or ambiguity between them.

Naming Consistency4/5

All tools are prefixed with 'arxiv_' for consistency. However, 'daily_digest' uses noun_noun, while 'get_paper' and 'search' use verb_noun and verb respectively, showing minor inconsistency.

Tool Count5/5

Three tools is well-scoped for an arXiv server, covering the core needs of searching, retrieving details, and daily discovery without unnecessary complexity.

Completeness4/5

Covers essential arXiv operations (search, fetch, daily digest). Missing features like category listing or user library, but these are not critical for basic access.

Available Tools

3 tools
arxiv_daily_digestAInspect

Recently-submitted papers in an arXiv category. Use for daily catch-up on a research area. E.g. category='cs.AI' for new AI papers.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryYesarXiv category code.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions 'recently-submitted' which implies a reading operation, but lacks details on recency, pagination, or ordering. The description is minimally transparent about behavior.

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, front-loaded with purpose, no wasted words. Example is efficient.

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?

No output schema and no description of return format. For a simple digest tool, it may be adequate, but it lacks information on what fields are returned (titles, authors, etc.). Completeness is moderate.

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?

The input schema has 50% description coverage (only category has a description). The description adds an example for category but does not clarify the 'limit' parameter. It adds marginal value beyond the schema.

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 it retrieves recently-submitted papers for an arXiv category, with an example. It distinguishes itself from siblings like arxiv_search (search) and arxiv_get_paper (specific paper) by focusing on daily catch-up for a category.

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 suggests usage for 'daily catch-up on a research area', providing clear context. It does not explicitly state when not to use or mention alternatives, but the example and sibling names imply the appropriate scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

arxiv_get_paperAInspect

Fetch a single arXiv paper's metadata + abstract by id (e.g. '2024.04567' or 'arXiv:2024.04567v2').

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior3/5

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

No annotations are provided, so the description is the sole source. It discloses the input format and that it returns metadata and abstract, but does not mention error handling, rate limits, or behavior for invalid IDs. Moderate transparency.

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 a single, front-loaded sentence with no extraneous information. Every part is essential and efficiently conveys the tool's purpose.

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?

Given the single parameter, no output schema, and simple sibling tools, the description is largely complete. It explains the input and output scope (metadata + abstract), though it could optionally detail the metadata structure.

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

Parameters4/5

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

The schema has 0% coverage, but the description adds significant value by explaining the 'id' parameter format with examples (e.g., '2024.04567' or 'arXiv:2024.04567v2'), which is not evident from the schema alone.

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 fetches a single paper's metadata and abstract by ID, with explicit examples of valid ID formats. It distinctly differentiates from siblings (search and daily digest) by focusing on a single paper retrieval.

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

Usage Guidelines3/5

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

The description implies usage when you have a specific arXiv ID, but does not explicitly state when not to use it or provide alternatives. Given the sibling tools, the context is clear, but the description itself lacks explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables researchers to search ArXiv papers, extract key insights (problems, methods, results) from abstracts, and perform ML-powered analysis including topic modeling, trend visualization, and author collaboration networks.
  • A
    license
    C
    quality
    D
    maintenance
    Enables searching, extracting, and analyzing over 2.4 million arXiv papers, with PDF extraction via GROBID and citation network building through Semantic Scholar integration.
    28
    149
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides search functionality for arXiv.org papers through the official arXiv API, allowing users to search papers by keywords, filter by subject categories and date ranges, and receive comprehensive metadata including PDF links.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.