Skip to main content
Glama

list_subreddits

Read-onlyIdempotent

List all subreddits in the saved library with post counts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/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 description's job is reduced. It adds the scope ('saved library') and that results include post counts, which is useful beyond annotations. However, it does not mention ordering, freshness of counts, or pagination, leaving some behavioral ambiguity for a listing operation.

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?

A single, front-loaded sentence states the action, resource, scope, and a key output detail without any filler. Every word earns its place, and the structure is optimally concise for a simple list tool.

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 zero-parameter read-only list tool with rich annotations and no output schema, the description is nearly complete: it names the resource scope and indicates post counts will be in the result. Minor gaps like ordering or whether counts are live could be added, but they are not essential for an agent to call this tool correctly.

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 schema description coverage is 100% by default. Per the rubric, a zero-parameter tool gets a baseline of 4; the description correctly adds no irrelevant parameter information, and nothing more is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') and clearly identifies the resource ('all subreddits in the saved library') with an additional distinguishing detail ('with post counts'). This makes it easy to tell apart from siblings like list_auto_collections or get_stats, even without inspecting schemas.

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?

The description implies when to use this tool (when you need the saved subreddits with post counts) but provides no explicit guidance on when not to use it or how it differs from alternatives. With several sibling list-type tools, some routing direction would help, but the resource scope is clear enough to suggest typical use.

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