Skip to main content
Glama
hajekd
by hajekd

list_groups

Retrieve all groups configured in Daktela, used to organize categories, queues, users, or profiles. Supports pagination to manage large group lists.

Instructions

List all groups (used to organize categories, queues, users, or profiles).

Args: skip: Pagination offset (default: 0). take: Number of records to return (default: 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
takeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must carry the transparency burden. It only says 'List all groups,' which implies a read operation, but it does not explicitly disclose that it is non-destructive or safe, nor does it clarify that 'all' is constrained by pagination (though skip/take are documented). The parenthetical about groups' purpose adds semantic context, not behavioral transparency.

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 concise and effectively front-loaded with the primary action, followed by a brief purpose note and a clean args list. Every sentence earns its place, and the structure makes it easy to scan.

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

Completeness3/5

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

Given the existence of an output schema, the description does not need to detail return values. However, it omits any mention of sorting, filtering, or limits beyond the pagination defaults, and it does not provide guidance on when to use this tool relative to closely related siblings. The purpose note helps, but the description remains minimal for a tool in a large family.

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

Parameters5/5

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

The input schema has no descriptions for skip or take (0% coverage), so the description compensates fully by explaining 'Pagination offset' and 'Number of records to return.' This adds meaningful semantics beyond the schema's type and default information, covering all parameters.

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 verb 'List' and the resource 'groups,' and the parenthetical explains the purpose of groups (organizing categories, queues, users, or profiles), which helps differentiate it from sibling list tools like list_queues or list_users. This is specific and distinguishes the tool's scope.

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 by naming the resource and its organizing role, but does not explicitly state when to use it instead of other list tools, nor does it mention any exclusions or prerequisites. The context is present but lacks direct alternative guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hajekd/mcp-daktela'

If you have feedback or need assistance with the MCP directory API, please join our Discord server