Skip to main content
Glama

get_stats

Read-onlyIdempotent

Get library statistics — total posts, subreddit breakdown, top subreddits, saving trends

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds useful detail about the computed categories, but it does not disclose behaviors such as whether results are cached, live, or limited to a certain time range; this is acceptable but not rich.

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 a single, front-loaded sentence with a dash-separated list of the statistics it returns. There is no wasted wording, and the core purpose appears first.

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 no-parameter, read-only statistics tool with no output schema, the description names the main output categories an agent would need to know. However, 'saving trends' and 'top subreddits' lack detail on ordering or time scope, so the description is strong but not fully exhaustive.

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 input schema has zero parameters and 100% coverage, so there is nothing for the description to explain about argument semantics. The baseline for a zero-parameter tool is 4, and the description usefully conveys what the output will cover, even though no parameters exist.

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 names a specific verb and resource: 'Get library statistics', followed by an enumerated list of the aggregate results (total posts, subreddit breakdown, top subreddits, saving trends). It is clear, but it does not explicitly differentiate itself from siblings like list_subreddits or analyze_collection.

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 guidance on when to use this tool versus alternatives. The description only states what statistics are computed, but does not say 'use this when you need an overview' or exclude cases where a sibling tool like list_subreddits or get_expertise_map would be more appropriate.

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