Skip to main content
Glama
hajekd
by hajekd

list_users

Browse and search Daktela agents by display name to find specific user details, with pagination options for complete directory listings.

Instructions

List or search agents/users. The 'name' field is the login name, 'title' is the display name.

NOTE: Most tools (list_tickets, count_tickets, list_activities, etc.) resolve agent names automatically — you do NOT need to call list_users first. Use this tool only when you need to browse the user directory or look up a specific agent's details.

Args: search: Search by agent display name (partial match, e.g. 'John Doe' or 'Hajek'). skip: Pagination offset (default: 0). take: Number of records to return (default: 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
takeNo
searchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses partial-match search behavior, pagination defaults, and field semantics (login vs display name). It doesn't mention auth or rate limits, but for a read-only listing tool this is adequate.

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 front-loaded with purpose, followed by a crucial NOTE and a concise Args breakdown. Every sentence adds value without fluff or redundancy.

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?

For a simple list tool with optional parameters and an output schema, the description covers purpose, usage guidance, parameter semantics, and field details. No essential context is missing.

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?

Schema descriptions are absent (0% coverage), but the Args section fully documents all three parameters: search (partial match, example), skip (pagination offset), and take (record count). This fully compensates for the schema gap.

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 or search agents/users' with a specific verb and resource. It distinguishes from siblings by clarifying that this is the user directory tool and that other tools resolve names automatically.

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

Usage Guidelines5/5

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

Provides explicit guidance: 'Most tools... resolve agent names automatically — you do NOT need to call list_users first.' It further states 'Use this tool only when you need to browse the user directory or look up a specific agent's details,' giving clear when-to-use directives.

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