Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_top_entities

Entity ranking by mention count across all papers.

title_only=True is a powerful relevance filter:
a paper mentioning MMLU in the title IS about MMLU,
not just using it as one of many benchmarks.

Args:
    type:       Filter by entity type: benchmark, model, method, dataset (optional, default: all)
    date_from:  Only count mentions in papers published from this date
    date_to:    Only count mentions in papers published until this date
    title_only: Only count mentions where entity appears in the paper title
    limit:      Max results (default: 20, max: 50)

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose a meaningful behavioral nuance: title_only distinguishes papers genuinely about an entity from those merely using it. However, it does not explain what counts as a 'mention,' how dates are applied, whether an API key is required, or what the output looks like.

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-loads the core purpose before the argument list. The MMLU example is slightly verbose but earns its place by clarifying the subtle title_only behavior. Nothing is redundant, and the Args block is scannable.

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?

The description covers the operation and all functional parameters, which is enough for a basic call. However, with no output schema, it omits the return shape, and it does not mention the api_key parameter in the description or clarify whether authentication is mandatory, leaving an agent to infer that from the schema alone.

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 only 17%, so the description must compensate, and it mostly does: every functional parameter (type, date_from, date_to, title_only, limit) gets a plain-language explanation with defaults and bounds. It does not specify date formats, but it adds substantial meaning over the bare schema titles.

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 opens with a specific verb and resource: 'Entity ranking by mention count across all papers.' This clearly states what the tool computes and differentiates it from siblings like arxiv_top_authors and arxiv_entity_trend, since it covers multiple entity types and produces a ranking rather than a trend.

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 a strong hint about when to use the title_only filter and implicitly frames the tool as a ranking tool, but it never explicitly says when to prefer this over arxiv_entity_trend, arxiv_top_authors, or arxiv_search_papers. Usage context is implied rather than spelled out with alternatives or exclusions.

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