Skip to main content
Glama

kaiten_list_users

List company users with search, pagination, and inactive-user filtering to retrieve user roles, activation status, and creation dates.

Instructions

List company users. Supports search, pagination, and filtering inactive users. Response includes: last_request_date, activated, role, created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of users to return (default 50).
queryNoSearch filter for user names or emails.
offsetNoNumber of users to skip (for pagination).
compactNoReturn compact response without heavy fields (avatars, etc.).
include_inactiveNoInclude inactive (deactivated) users in results.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It adds useful behavior details beyond the tool name: search support, pagination, inactive-user filtering, and the response fields. It does not disclose every edge case, such as default inactive-user behavior, but it gives a solid behavioral picture.

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?

Three short sentences, with the core action front-loaded and every sentence adding value: what it lists, what capabilities it supports, and what the response contains. No filler or repetition.

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 list operation with no output schema, the description usefully enumerates response fields and key capabilities. Minor gaps remain, such as the default behavior of include_inactive and explicit guidance versus sibling user-listing tools, but the core information is sufficient for correct invocation.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are already well documented. The description's mention of search, pagination, and filtering maps to those parameters but adds no new semantic detail beyond what the schema provides.

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 states a specific verb and resource: "List company users." The company-level scope clearly distinguishes it from sibling tools like kaiten_list_group_users or kaiten_list_space_users, so an agent can select it confidently.

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 by indicating this lists company users and supports search, pagination, and inactive-user filtering. It does not explicitly name alternatives or state when not to use it, but the scope is unambiguous enough to guide selection.

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/ViktorOgnev/kaiten-mcp'

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