Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_author_papers

All papers by a researcher, with their position on each paper.

Uses fuzzy name matching (LIKE) to handle name variations.
Returns papers sorted newest first.

Args:
    author_name: Researcher name, e.g. 'Yann LeCun', 'lecun' (partial match works)
    limit:       Max results (default: 20, max: 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
author_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
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 discloses fuzzy name matching (LIKE) and sorting (newest first), which are useful behavioral traits. However, it does not disclose potential performance implications of fuzzy matching, whether the API key is required for this endpoint, or what happens when no papers are found. The disclosed behaviors are helpful but incomplete.

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 compact and front-loaded: the core purpose is in the first line, followed by behavioral notes and parameter details. Every sentence earns its place. The Args section is slightly redundant with the schema but adds practical examples (e.g., 'Yann LeCun', 'lecun') that are valuable. No wasted words.

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 tool with no output schema and no annotations, the description provides the essential call information: what it returns (papers with author position), how matching works, and sort order. However, it lacks details about the return structure (e.g., paper titles, dates, author position format), pagination beyond the limit parameter, and error cases. Given the tool's moderate complexity, this is adequate but not complete.

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 description coverage is only 33% (only api_key has a description). The description adds meaning for author_name (with examples and partial-match note) and limit (default and max), which compensates for the schema gaps. However, it does not explain the api_key parameter beyond what the schema already says, and the description's parameter notes are brief. It adds value but does not fully cover all parameters.

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 states a specific verb and resource: 'All papers by a researcher, with their position on each paper.' This clearly distinguishes it from sibling tools like arxiv_search_papers (which searches papers by query) and arxiv_top_authors (which ranks authors). It could be slightly stronger by explicitly naming a sibling it is not, but the core purpose is unambiguous.

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 context: use this when you need all papers by a specific researcher, with author position. It also notes fuzzy name matching, which helps the agent know partial names are acceptable. However, it does not explicitly state when NOT to use it or name alternatives like arxiv_search_papers for topic-based queries. The guidance is adequate but not explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources