Skip to main content
Glama

Server Details

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

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsB

Average 3.7/5 across 3 of 3 tools scored. Lowest: 3/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: arxiv_daily_digest for daily category updates, arxiv_get_paper for fetching a specific paper by ID, and arxiv_search for query-based search. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent pattern: 'arxiv_' prefix followed by a verb_noun combination (daily_digest, get_paper, search). The naming is predictable and readable.

Tool Count5/5

Three tools is well-scoped for the domain. They cover searching, retrieval, and daily digests without being excessive or insufficient.

Completeness4/5

The tool surface covers core arXiv interactions: search, paper retrieval, and daily digest. A minor gap is the lack of category listing or explicit 'get recent papers' by category beyond the digest, but the digest partially fills that need.

Available Tools

3 tools
arxiv_daily_digestBInspect

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.
Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'Recently-submitted papers' without explaining ordering, pagination, error handling, rate limits, or any behavioral constraints. The limit parameter is mentioned in schema but not in description.

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 short sentences front-load the purpose. No wasted words. Efficiently conveys key information.

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

Completeness2/5

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

No output schema exists, but description does not explain what the tool returns (list of papers, metadata, etc.). Also lacks behavioral details. For a simple tool, it is incomplete; an agent needs to know output format to process results.

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

Parameters2/5

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

Schema description coverage is 50% (category has description, limit does not). Description adds only an example for category (cs.AI) and no extra meaning for limit. Does not compensate for missing schema descriptions.

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?

Description clearly states it retrieves recently-submitted papers in an arXiv category, with an example (cs.AI). Distinguishes from siblings by focusing on daily catch-up for a category, unlike arxiv_get_paper (specific paper) or arxiv_search (general search). Could be improved by explicitly using a verb like 'list' or 'retrieve'.

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?

Explicitly states 'Use for daily catch-up on a research area', providing clear context. However, it does not specify when not to use it (e.g., for specific older papers or cross-category searches) or explicitly name alternatives, though sibling tools imply these.

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 bears the full burden. It discloses that the tool fetches metadata and abstract and specifies the id format, but does not mention error handling, rate limits, or whether the operation is read-only. Somewhat transparent but lacks depth.

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?

Extremely concise: one sentence that includes the purpose, output scope, and input format with examples. Every word earns its place.

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 tool has only one parameter, no output schema, and no annotations, the description is largely complete. It explains what is fetched (metadata + abstract) and how to specify the id. Could marginally improve by hinting at the return structure, but it's sufficient.

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?

The single parameter 'id' has no schema description (0% coverage). The description compensates fully by providing explicit example formats ('2024.04567' or 'arXiv:2024.04567v2'), which is highly valuable for correct invocation.

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?

Clearly specifies the action (fetch), resource (single arXiv paper's metadata + abstract), and method (by id). Provides example id formats, distinguishing it from siblings like arxiv_search and arxiv_daily_digest.

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?

Implies usage when a specific arXiv paper ID is known, but does not explicitly state when to use this tool over alternatives or provide exclusion criteria. Siblings are listed in context but not referenced in the description.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources