Skip to main content
Glama

tickets_list

List all support tickets from DirectAdmin to review support requests and track their status.

Instructions

Support tickets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

D1.8/5.0
Behavior1/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not state whether the tool lists the caller's own tickets, all tickets, or requires admin privileges; whether the list is paginated; what statuses are included; or whether it mutates anything. 'Support tickets.' reveals essentially nothing beyond the resource name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but brevity here is under-specification rather than conciseness. It is a fragment ('Support tickets.') that provides no verb, no scope, no output information, and no usage guidance. There is no structure that front-loads useful information.

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

Completeness1/5

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

The tool has an output schema but no parameter schema, no annotations, and no usable description. The name suggests a list operation, but the context signals include many sibling tools with similar patterns (inventory_list, users_list, packages_user_list). Without knowing what a 'ticket' is in this domain, what fields are returned, or how the list is filtered, the definition is not minimally sufficient for an agent to invoke it confidently.

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 input schema has zero parameters and schema description coverage is 100%, so there are no parameters to document. The description could still hint at implicit filters or scoping, but with an empty schema, a baseline 4 is appropriate because no parameter semantics are missing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Support tickets.' is a noun phrase, not a statement of what the tool does. The name tickets_list implies a listing operation, and the description merely restates the resource. There are sibling tools like message_list and ticket_requests, suggesting different ticket-related actions, but this description fails to distinguish them.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool over alternatives like message_list, ticket_requests, or audit_search. There is no mention of supported ticket states, required context, or any exclusions. An agent cannot determine the intended use case beyond guessing from the name.

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

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/OpenIaaS/directadmin-mcp-server'

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