Skip to main content
Glama
tofunori

scientific-papers-mcp

by tofunori

Get Collection Stats

get_collection_stats

Retrieve statistics about indexed scientific papers, including document and chunk counts, to verify indexing status or assess collection coverage.

Instructions

Get statistics about the indexed document collection.

Returns: Statistics about indexed documents and chunks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/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 discloses only the payload topic ('statistics about indexed documents and chunks') and says nothing about read-only safety, cost, latency, or behavior when the collection is empty or not yet indexed.

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?

Two short sentences, front-loaded with the purpose. The 'Returns:' line is largely redundant given an output schema exists, but the overall size is appropriate and there is no padding.

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?

This is a zero-parameter read tool with an output schema, so the description does not need to enumerate return fields or arguments. It adequately covers purpose, though it never positions itself against the search/metadata siblings.

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?

The tool takes zero parameters, so per the rubric the baseline is 4. The description adds nothing here, but there is nothing to add.

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?

States a specific verb and resource: 'Get statistics about the indexed document collection.' An agent knows what it retrieves, but the description never distinguishes it from adjacent siblings like get_metadata or list_papers, so the scope boundary is left to inference.

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?

There is no when-to-use guidance, no prerequisites, and no mention of alternatives. The description only says what it returns, so an agent has to guess whether this or get_metadata is the right call for a collection-level question.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.