List clients
list_clientsList the org's clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_clientsList the org's clients.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only (readOnlyHint=true) and non-destructive, reducing the burden on the description. The description adds the org-scope context but discloses no additional behavioral traits such as pagination or lack of filtering. It does not contradict the annotations, and a score of 3 reflects the limited added value beyond annotations.
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 short sentence that states the operation and scope with no unnecessary words. Every word earns its place, and the core action is front-loaded.
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?
For a simple, parameterless, read-only listing operation, the description is complete. It identifies the resource, the scope, and what the tool does, and the annotations handle the safety profile. There is no missing information an agent would need to invoke it correctly.
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 tool has zero parameters, so the description need not explain any parameter meanings. With 100% schema coverage and no params, the baseline of 4 is appropriate; the description's resource naming sufficiently aligns with the empty schema.
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 a specific verb ('List') and resource ('clients'), and adds the scope 'org's' to clearly identify which clients. It is distinct from sibling tools like list_projects and create_client, so an agent can tell them apart from the description alone.
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: use this tool when you need to list clients belonging to the org. However, it does not mention alternatives or exclusions, such as when the list may be empty or if there is another client-related tool for specific scenarios. This is adequate but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.