Skip to main content
Glama

users_list

Lists user accounts for the current reseller or a specified reseller. Use this to retrieve a quick overview of owned users.

Instructions

List users owned by the current reseller, or by reseller if given.

Args: reseller: Optional reseller username.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resellerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It clearly states the read-only intent ('List') and the default/override behavior of the reseller argument. However, it does not mention authorization requirements, pagination, or how results are returned, which would add useful 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 compact and front-loaded. The main behavior is stated in the first sentence, and the Args section is minimal. No wasted words or redundant explanatory filler.

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 simple one-optional-parameter list tool with an output schema, the description covers the key behavior and parameter semantics. It is mostly complete for correct invocation, though it could mention which sibling to use when listing all users is intended.

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 description adds meaning beyond the schema by explaining the reseller parameter as an optional username and relating it to the behavior: if given, users of that reseller are listed; otherwise, the current reseller is used. This compensates for the 0% schema description coverage.

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

Purpose4/5

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

The description states a specific action and resource: 'List users owned by the current reseller, or by reseller if given.' This clearly conveys the tool's scope and distinguishes it from broader tools like users_list_all, though it does not explicitly name any sibling alternative.

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 implies when to use the tool: when you need users belonging to the current reseller or a specified reseller. It provides clear context through the owner scoping, but it does not explicitly state when not to use it or mention alternative tools such as users_search or users_list_all.

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