Skip to main content
Glama
hajekd
by hajekd

list_accounts

Fetch accounts from Daktela, filterable by owner, company name, creation date, with sorting and pagination.

Instructions

List accounts (companies/organizations). Contacts belong to accounts.

Args: user: Filter by account owner login name (e.g. 'john.doe'). Use list_users to find login names. search: Search by company name (partial match, e.g. 'Notino' or 'Siemens'). date_from: Filter accounts created on or after this date (YYYY-MM-DD). date_to: Filter accounts created on or before this date (YYYY-MM-DD). sort: Field to sort by (default: edited). sort_dir: Sort direction: asc or desc (default: desc). skip: Pagination offset (default: 0). take: Number of records to return (default: 50, max: 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
sortNoedited
takeNo
userNo
searchNo
date_toNo
sort_dirNodesc
date_fromNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It transparently describes the listing behavior, filtering options, defaults, and pagination limits (e.g., 'take: default 50, max 200'). It does not mention permissions or rate limits, but for a read-oriented list tool the main behaviors are well disclosed.

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 immediately useful, front-loading the purpose before a clean, line-by-line Args section. Every sentence contributes meaning, with no redundant or filler content.

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 8 optional parameters, no annotations, and the presence of an output schema, the description covers all necessary context: purpose, every parameter, pagination defaults, and a pointer to a related tool for user lookup. The output schema handles return-value expectations, so no further detail is needed.

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 coverage is 0%, but the description compensates exceptionally well. Every one of the 8 parameters is explained with types, examples, defaults, and constraints — e.g., 'search: partial match, e.g. Notino or Siemens' and 'take: default 50, max 200'. This adds meaning far beyond the bare schema.

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 opens with 'List accounts (companies/organizations)', clearly identifying the verb and resource. It further distinguishes the tool's domain by noting 'Contacts belong to accounts', which helps disambiguate it from contact-related siblings.

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 provides clear context on when to use the tool (for listing accounts) and even references a sibling tool ('Use list_users to find login names') for a specific sub-task. However, it does not explicitly contrast with alternatives like get_account or list_contacts, so it falls short of full 5.

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