Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_entity_trend

How often is an entity mentioned over time?

Shows the rise (or fall) of a benchmark, model, method, or dataset
across the research literature — per month, quarter, or year.

Example: 'LoRA' — watch it explode in 2023-2024.
Example: 'BERT' — watch it decline as LLMs dominate.

Args:
    entity_name:  Entity to track, e.g. 'LoRA', 'MMLU', 'RAG', 'GPT-4'
    granularity:  Time grouping: month (default), quarter, year

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
entity_nameYes
granularityNomonth

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/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 behavioral disclosure burden. It conveys that this is a read-only trend query and explains granularity options, but it does not disclose matching semantics (exact vs. fuzzy, case sensitivity), normalization, or the exact output shape. This is a clear but non-fatal transparency gap.

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 stated immediately and useful examples following. The opening question and the next sentence are mildly redundant, but the Args block is well structured and the overall length is appropriate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The core invocation information is present: required entity_name, optional granularity with default, illustrative examples, and the API key is covered by the schema. With no output schema, a more explicit return format would be helpful, but the prose gives enough of a mental model for a simple trend tool.

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 description coverage is only 33%, so the prose must compensate for the key parameters. It does: entity_name is defined with concrete examples like 'LoRA' and 'GPT-4', and granularity is given values and a default. The api_key parameter is left to the schema, which already documents it, so no essential meaning is lost.

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 clearly states the tool's purpose: 'How often is an entity mentioned over time' and 'Shows the rise (or fall) of a benchmark, model, method, or dataset.' The time dimension and entity scope distinguish it from sibling tools like arxiv_top_entities, which implies a static ranking rather than a temporal trend.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear contextual guidance: use this tool when you want an entity's popularity across time and need month, quarter, or year grouping. It does not explicitly name alternative tools or say when not to use it, but the 'over time' framing is sufficient to route an agent away from static-ranking siblings.

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