list-clients
Retrieve all clients available in a specified Keycloak realm by providing its name.
Instructions
List all clients in a realm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name |
Retrieve all clients available in a specified Keycloak realm by providing its name.
List all clients in a realm
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v2.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'List all clients' and does not mention return format, pagination, authentication needs, or the read-only nature beyond what the name implies. This lack of detail is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler, front-loading the verb and resource. Every word contributes to the tool's purpose, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and no annotations, so the description should provide context about return values or behavior. It simply says 'List all clients in a realm' without noting whether full client objects, summaries, or paginated results are returned. This underspecification makes it incomplete for an agent selecting the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the single 'realm' parameter with 100% coverage. The description adds minimal context by clarifying that listing is scoped to a realm, but does not add semantics beyond the schema's 'Realm name' description. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' with the resource 'clients' scoped to 'realm', clearly distinguishing it from sibling tools like create-client, update-client, and delete-client. There is no ambiguity about what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context: it lists clients within a specified realm. However, it does not explicitly state when to use this tool over alternatives or provide exclusions. Since there are no direct sibling tools for listing clients, the guidance is minimal but adequate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebylito/keycloak-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server