Skip to main content
Glama
us-all

openmetadata-mcp-server

by us-all

list-users

Retrieve a paginated list of users, with optional filtering by team, admin, bot status, and included fields.

Instructions

List users with pagination and team filtering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoComma-separated fields to include (e.g. 'teams,roles,owns,follows')
limitNoNumber of results per page
beforeNoCursor for backward pagination
afterNoCursor for forward pagination
teamNoFilter by team name
isAdminNoFilter by admin status
isBotNoFilter by bot status
includeNoInclude deleted entitiesnon-deleted
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions pagination and filtering but does not discuss side effects, rate limits, authentication, or whether deletions are handled (the include parameter hints at deleted entities but is not explained). The description is too brief for a read operation with multiple filters.

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

Conciseness4/5

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

The description is concise at one sentence and front-loads the core action. It could include more detail without being overly long, but it is efficient.

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

Completeness3/5

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

The description provides a high-level summary but lacks details on return format, pagination behavior, default sorts, or edge cases like empty results. Given the lack of output schema and annotations, the description should offer more context for completeness.

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?

The input schema has 100% coverage with descriptions for all 8 parameters, so the description adds little beyond restating 'team filtering'. The description does not provide additional meaning not already in the schema, so baseline 3 is appropriate.

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 clearly states 'List users with pagination and team filtering', making it clear the tool lists users and supports pagination and team filtering. While it is specific, it does not differentiate from other list tools that also support pagination and filtering, but the resource type is distinct.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like get-user-by-name or other list tools. It lacks when-not and alternative recommendations.

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/us-all/openmetadata-mcp-server'

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