Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_institution_ranking

Institution ranking by paper count.

Primary signal: author_affiliations extracted from ArXiv HTML.
Secondary signal (include_github_orgs=True): adds GitHub org counts
as a complementary signal. Many papers have no affiliation in HTML
but do have a GitHub org link — combining both gives a fuller picture.

Note: affiliation data is extracted from HTML and may be incomplete
(fetch completion is reported live by arxiv_pipeline_status; extraction quality is a separate signal).

Args:
    date_from:           ISO date filter
    date_to:             ISO date filter
    include_github_orgs: Also show GitHub org ranking as second signal
    limit:               Max results (default: 20, max: 50)

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does disclose important behavior: affiliation data comes from ArXiv HTML and may be incomplete, GitHub orgs are a complementary signal, and limit has a default and max. It does not describe return shape or auth expectations, but it provides substantially more than a bare statement of purpose.

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 front-loaded with a one-line purpose and organized into main signal, note, and args. It is concise overall, though the include_github_orgs behavior is stated both in the prose and repeated in the Args block, causing minor redundancy.

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 5-parameter tool with no annotations and no output schema, the description covers the main inputs and data-quality caveats well. It still omits api_key from the prose, does not describe the returned ranking structure beyond 'by paper count,' and gives no pagination or output-shape details, leaving it barely adequate rather than complete.

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?

Schema coverage is low (20%), but the Args block compensates by explaining date_from/date_to as ISO date filters, include_github_orgs as a complementary signal, and limit with default and max. Only api_key is left to the schema's own description, so this is solid but not perfect.

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 opening line 'Institution ranking by paper count' names the resource and metric clearly, and the body adds primary and secondary signal details. It does not explicitly contrast with sibling tools such as arxiv_top_entities, so it stops short of a 5.

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 gives clear guidance on when include_github_orgs adds value and points to arxiv_pipeline_status for fetch completion, which is useful context. However, it never states when to choose this tool over sibling ranking or search tools, so the usage guidance is implied rather than 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