Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_citation_network

Citation graph for a paper — who cites it, or what does it cite?

direction='cited_by': Papers in our database that cite this paper.
direction='citing':   Papers that this paper cites (its references).
depth=2: Expands one hop further (depth-2 neighbors). Hard cap: 200 total.

Args:
    arxiv_id:  ArXiv paper ID, e.g. '2402.01234'
    direction: 'cited_by' (inbound) or 'citing' (outbound, default: cited_by)
    depth:     Graph depth: 1 or 2 (default: 1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNo
api_keyNoBrunoSan API Key — brunosan.de/intelligence/
arxiv_idYes
directionNocited_by

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that results are limited to 'Papers in our database', explains that depth=2 expands one hop, and states the 200-result hard cap. It does not mention auth requirements or output structure, but the essential behavioral traits are present.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-structured: a one-line purpose, brief direction and depth semantics, then an args list. Every sentence adds necessary information without filler.

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?

For a moderate-complexity tool, it covers purpose, parameters, and behavioral limits. There is no output schema, and the exact return shape (list of IDs versus full paper objects) is not specified, but the semantic return is clear enough for correct invocation. That minor gap prevents a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, so the description must compensate, and it does. It documents arxiv_id with a concrete example, direction with both allowed values and the default, and depth with values and default. This goes well beyond the sparse schema.

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 identifies the tool's resource and action: it returns the citation graph for an arXiv paper, with direction distinguishing inbound citations from references. It is specific enough to separate it from search or metadata tools, though it does not explicitly name sibling alternatives.

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?

It provides strong in-tool guidance on choosing direction and depth, including defaults and a hard cap, but it never explains when to use this tool over siblings like arxiv_co_occurrence or arxiv_get_paper. The appropriate use case is implied by the 'citation graph' framing rather than explicitly stated.

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