Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_repo_landscape

GitHub repository landscape — which orgs and repos produce research code?

Shows the open-source output of the research community.
'openai', 'google-deepmind', 'microsoft', 'huggingface' etc. ranked by
how many papers link to their repos.

org_filter='huggingface' shows all HuggingFace repos with papers.

Args:
    org_filter: Filter to a specific GitHub org, e.g. 'openai', 'google-deepmind'
    date_from:  Only papers published from this date
    date_to:    Only papers published until this date
    limit:      Max results per ranking (default: 20, max: 50)

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the ranking concept and org filtering, but doesn't disclose whether this is a read-only operation, whether it requires the API key, what the response format looks like, or any rate limits or pagination behavior. The api_key parameter is mentioned in the schema but not in the description, leaving the agent unaware of authentication requirements.

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 reasonably concise and front-loaded with the core purpose. The example and Args list are useful and well-organized. Minor redundancy exists between the prose and the Args list, but overall every section earns its place.

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 read-oriented landscape tool with 5 parameters and no output schema, the description covers the main functionality and parameter semantics. However, it lacks information about the API key requirement, expected date format, and what the output looks like. Given the tool's moderate complexity and the absence of annotations, this is a clear gap but not a critical one.

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 20% (only api_key has a description), so the description must compensate. It does explain org_filter, date_from, date_to, and limit in the Args section, adding meaning beyond the bare schema. However, it doesn't specify date format expectations or clarify that limit's max is 50 (though the schema shows default 20, the description adds the max constraint). The api_key parameter is not explained in the description at all.

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 clearly states the tool's purpose: showing GitHub repository landscape ranked by how many papers link to their repos, with a specific verb ('Shows') and resource ('GitHub repository landscape'). It distinguishes itself from siblings by focusing on orgs/repos rather than authors, papers, or entities, though it doesn't explicitly name a sibling alternative.

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 provides a concrete example ('org_filter='huggingface' shows all HuggingFace repos with papers') and explains the org_filter parameter's effect. However, it doesn't explicitly state when to use this tool versus alternatives like arxiv_institution_ranking or arxiv_top_entities, nor does it mention any exclusions or prerequisites.

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