Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_co_occurrence

Papers that mention BOTH entity A and entity B.

Answers questions like:
- 'Which papers use both GPT-4 and RLHF?'
- 'Where do LoRA and MMLU appear together?'
- 'Papers combining RAG and Chain-of-Thought?'

The intersection reveals research that explicitly bridges two concepts.

Args:
    entity_a:  First entity name, e.g. 'GPT-4', 'LoRA', 'MMLU'
    entity_b:  Second entity name, e.g. 'RLHF', 'Chain-of-Thought'
    date_from: ISO date filter
    date_to:   ISO date filter
    limit:     Max results (default: 20, max: 50)

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 full burden. It explains the core behavior—intersection of two entity mentions—and notes date filtering and the limit cap. However, it does not disclose output format, behavior with no matches, or the api_key parameter, leaving partial transparency.

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 front-loads the core purpose, then provides compact example questions, a single interpretive sentence, and a scannable Args list. It is appropriately sized with no filler; every section contributes to understanding the tool.

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 essential invocation details—two entities, optional ISO dates, and limit—are covered. However, with no output schema and no annotations, the agent is left without information about the return structure, possible empty results, or API key handling, so the description is not fully 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 description coverage is only 17%, so the Args block provides important compensation. It adds concrete examples for entity_a and entity_b, specifies date_from/date_to as ISO filters, and documents limit as default 20/max 50—details absent from the schema. The api_key parameter is left unexplained, and ISO format is not elaborated.

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 sentence defines the tool as returning papers that mention both entity A and entity B, and the sample questions make the intended query pattern immediately concrete. It inherently distinguishes itself from general search by emphasizing the intersection requirement, though it lacks an explicit imperative verb like 'retrieve' or 'list'.

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 example questions provide clear context for when the tool should be used: finding papers that bridge two concepts or entities. It does not explicitly name sibling alternatives or state when not to use it, such as directing single-entity searches to arxiv_search_papers, so exclusions are missing.

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