Skip to main content
Glama

list_niches

List the collectible niches the Drop Index covers. Use to pick a valid 'niche' value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, but the description correctly states the tool's read-only listing behavior. It does not disclose additional details like ordering or caching, but for a simple 0-parameter tool this is sufficient.

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 just two sentences, front-loaded with the action. Every word is necessary and contributes to clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters, no output schema, and is a simple listing, the description is fully complete. It explains what it does and how to use it.

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?

With 0 parameters, the input schema provides complete coverage. The description adds no parameter details because none exist, and the baseline for 0 parameters is 4.

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 clearly states 'List the collectible niches the Drop Index covers' with a specific verb and resource. It also distinguishes from sibling tools like 'drop_index' and 'will_it_restock' by its unique purpose.

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

Usage Guidelines4/5

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

The description says 'Use to pick a valid 'niche' value,' which implies when to use it (to obtain valid niche values). No explicit exclusions or alternatives are needed given the tool's simplicity.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool serves a distinct purpose: fetching live restock signals, listing available niches, and predicting restock probability for specific items. No overlap or ambiguity.

Naming Consistency3/5

Two tools use imperative verb_noun pattern (drop_index, list_niches), but will_it_restock uses a question form, breaking consistency. While still readable, the mix reduces predictability.

Tool Count4/5

With only 3 tools, the set is small but well-scoped for the niche restock tracking domain. It covers the essential actions without being overly sparse.

Completeness4/5

The tools cover the main workflows: explore niches, get real-time restock signals, and predict restock for a specific item. Missing explicit historical data retrieval, but the core use case is fully supported.

Resources