Skip to main content
Glama

list_preset_groups

Read-only

Lists preset groups used for catalog categorization. Returns available groups to classify resources without requiring a token.

Instructions

Список групп пресетов для категоризации каталога (presets/groups). Токен не требуется.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so no contradiction. The description adds value by noting that no token is required ('Токен не требуется'), a useful behavioral detail for an API context. This goes beyond the annotation's scope.

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, efficient sentence. It front-loads the action and resource, then adds the token requirement concisely. No unnecessary words or redundancy.

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?

Given that this is a simple, parameterless read-only tool with annotations covering its safety, the description is complete enough. It explains what it returns (list of preset groups) and the auth need (none), which is sufficient for an agent to call it 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 tool has zero parameters, so there is nothing to document. A baseline of 4 is appropriate because the description explains the purpose clearly, and with no parameters, no further parameter details are 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 clearly states the tool lists preset groups for catalog categorization, with a specific resource ('presets/groups') and verb ('список'). It is distinguishable from siblings like 'list_presets' and 'search_presets' by the word 'группы' and the explicit resource path.

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 usage for listing preset groups but does not contrast with alternative tools like 'list_presets' or 'search_presets'. Given the sibling list, an agent might confuse it with those; explicit guidance on when to use this vs them is missing.

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

Deploy Server

Other Tools