Get client status
get_client_statusRetrieve a client's current status or stage to monitor pipeline progress.
Instructions
Get the current status/stage of a client. Key for pipeline monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
get_client_statusRetrieve a client's current status or stage to monitor pipeline progress.
Get the current status/stage of a client. Key for pipeline monitoring.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no additional behavioral context (e.g., return format, pagination, or required permissions), but there is no contradiction.
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 of 10 words, front-loaded with the core action. Every word earns its place, with no filler or redundancy.
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 single-parameter read-only tool with strong annotations, the description is mostly adequate. It tells what the tool does and its key use case, but it could mention the output structure (e.g., what 'status/stage' looks like) or explicitly confirm the uuid parameter. Still, the low complexity keeps this from being a major gap.
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 input schema has 0% description coverage, so the description must compensate. It implies that the 'uuid' parameter identifies the client ('of a client'), but it does not explicitly state that the uuid is the client identifier, nor does it clarify any expected format or additional constraints.
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 ('Get') and clearly identifies the resource ('current status/stage of a client'). It distinguishes from sibling tools like get_client (full client details) and get_status_list (list of statuses). The added context 'Key for pipeline monitoring' reinforces its purpose.
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 phrase 'Key for pipeline monitoring' provides a general use case but does not explicitly state when to use this tool instead of alternatives such as get_client or get_status_list. No exclusions or alternative guidance is provided.
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/binyaminboukaya/smart-npv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server