Skip to main content
Glama

Get Users

gitlab_get_users
Read-onlyIdempotent

Search GitLab users by username, search query, or other filters to find and retrieve user information.

Instructions

Search users.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
activeNo
searchNo
per_pageNo
providerNo
usernameNo
extern_uidNo
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the description's safety profile is covered. However, the description adds no behavioral context beyond 'search', such as pagination, sorting, or result structure, which would be helpful.

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 (two words), which is under-specified for a tool with 7 parameters and complex search/filter capabilities. It lacks structure and fails to earn its place as a useful guide.

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?

Given the tool's complexity (7 parameters, no output schema) and minimal annotations, the description is severely incomplete. It does not explain that it returns a list of users, how filtering works, or any prerequisites.

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

Parameters1/5

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

With 0% schema description coverage and 7 parameters, the description fails to add any meaning to the parameters. The phrase 'Search users.' gives no clue about how to use parameters like 'search', 'username', or 'active'.

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 'Search users.' provides a verb and resource but is essentially a tautology of the tool name 'gitlab_get_users'. It does not distinguish the tool from siblings like 'gitlab_get_user' or 'gitlab_whoami', offering no unique scope or context.

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 usage guidelines are provided. The description does not specify when to use this tool versus alternatives, such as when a single user vs. list is needed, or how it differs from 'gitlab_get_user'.

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/mcpland/gitlab-mcp'

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