Skip to main content
Glama

Browse tool groups

list_tool_groups
Read-onlyIdempotent

Browse executable categories and packs; does not enable tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoGroup kind filter; defaults to all.all
limitNoPage size: default 20, max 50.
queryNoOptional case-insensitive name filter.
cursorNoOpaque cursor from a prior call with the same filters.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoGroups in this page.
groupsNoCategories and packs with executable counts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is well covered. The description reinforces that no tools are enabled, but adds no further behavioral detail such as authentication needs or pagination behavior.

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 with no filler. It communicates the core purpose and the important non-side-effect boundary in minimal space.

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 read-only listing tool with fully documented parameters, an output schema, and strong annotations, the description covers the essential purpose and limitation. It could be slightly more complete by naming sibling tools for enabling access, but nothing critical is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so all four parameters already carry clear descriptions, defaults, and constraints. The description adds only mild context around 'categories and packs' and does not substantially improve parameter understanding.

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?

Description uses a specific verb 'Browse' and a clear resource ('executable categories and packs'). The added 'does not enable tools' explicitly separates it from activation tools like request_tool_access.

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 clearly marks this as a read-only browsing operation and explicitly warns it will not enable tools, preventing misuse. It stops short of naming a specific alternative for enabling access, so it is not a full 5.

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.