Skip to main content
Glama

BrunoSan ArXiv Intelligence

arxiv_pipeline_status

Full system status — database counts, pipeline progress, frontier, quality.

Returns:
- Paper/author/entity/ref/repo counts
- Pipeline progress: html_fetched %, whitelist_matched %, llm_processed %
- Frontier: how far back the backfill has reached
- Quality report: last run timestamp and overall status
- Quality log: last 5 quality check runs from quality_log table

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/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 clearly signals a read/report operation by listing returned counts, progress, frontier, and quality logs. However, it does not explicitly state that no data is modified, whether the API key is truly optional, or any caching/freshness behavior.

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 definition is front-loaded with a concise summary followed by six tight, information-dense bullets. Every line adds a distinct piece of information, and there is no filler or repetition.

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 read-only status tool with no output schema, the description covers all major return categories, making response interpretation feasible. Minor gaps remain around explicit usage context, read-only confirmation, and API-key behavior, but these do not seriously block correct invocation.

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?

The only parameter, api_key, is fully described in the schema with 100% coverage, so the baseline of 3 applies. The description adds no additional parameter guidance beyond what the schema already states.

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 as a system status reporter with a specific resource: arXiv pipeline health, database counts, progress, and quality. The bulleted return items make the purpose concrete and distinguish it from the sibling content-retrieval tools. It lacks a single sharp verb like 'List' or 'Get', but the purpose is still unmistakable.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus sibling tools, nor does it state prerequisites or exclusions. 'Full system status' implies a health-monitoring use case, but the agent is left to infer when this is the right tool.

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