Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_top_authors

Top researchers ranked by paper count, with role filter.

role='last_author' is the PI filter — finds lab directors and group leaders
who drive research agendas. In academic AI, the last author IS the boss.
role='first_author' finds the PhD students and postdocs doing the work.
role='any' counts all papers regardless of position.

Args:
    role:      Author position filter: any (default), first_author, last_author
    category:  Filter by primary category: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO
    date_from: ISO date filter, e.g. '2024-01-01'
    date_to:   ISO date filter, e.g. '2025-12-31'
    limit:     Max results (default: 20, max: 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoany
limitNo
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
date_toNo
categoryNo
date_fromNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full transparency burden. It reveals the core query behavior (ranking by paper count) and role semantics, but it does not explicitly state that this is a read-only query, does not mention the api_key requirement or whether one is needed, does not disclose output shape or pagination, and says nothing about rate limits or failure behavior. That is a meaningful gap for a no-annotation tool.

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 with the purpose, followed by a genuinely useful role explainer and then a short parameter block. The role paragraph is a little colloquial ('the last author IS the boss') but adds structural understanding. Every paragraph earns its place, though the Args list overlaps partially with the schema, so it's not maximally tight.

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?

There is no output schema and no annotations, so the description must be sufficiently complete for an agent to call correctly. It does explain all major parameters and gives date and limit constraints, but it does not describe the return record fields, default ordering, tie-breaking, or how results relate to publication position. For a fairly simple ranking query this is adequate, but it leaves a few practical details unspecified.

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?

With only 17% schema description coverage, the tool description does the heavy lifting for most parameters: role is explained thoroughly, category names are enumerated, date formats are exemplified with real dates, and limit has default/max values. The only field it omits is api_key, but that parameter has a schema description already, so the overall parameter meaning is well conveyed.

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 states a specific verb-resource pair: 'Top researchers ranked by paper count, with role filter.' This clearly sets it apart from sibling tools like arxiv_search_papers (paper retrieval) and arxiv_author_papers (papers for one author), and the metric 'paper count' is distinct from arxiv_most_cited's citation-based ranking.

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 explains the role semantics well, telling an agent when to choose last_author vs first_author vs any, but it gives no explicit when-to-use-this-tool-over-alternatives guidance and never names or contrasts a sibling tool. Usage context is implied rather than stated, so agents must infer when this ranking is appropriate.

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