get_kyc_status
Retrieve the current status of a KYC session using its unique identifier.
Instructions
Status of a KYC session by uuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
Retrieve the current status of a KYC session using its unique identifier.
Status of a KYC session by uuid.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It does not disclose that this is a read-only operation, any authentication requirements, or potential error states. The minimal description adds little transparency beyond the tool's basic function.
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 extremely concise, consisting of a single noun phrase. While it wastes no words, a complete sentence would improve clarity without adding significant length.
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?
Given the simple parameter and no output schema, the description provides the core purpose. However, it omits details like possible status values or error conditions, which are important for an agent to handle responses 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?
Schema coverage is 0%, so the description must compensate. It mentions 'by uuid', linking the parameter to session identification, but fails to provide format or context (e.g., that it's a KYC session identifier). This is insufficient for a single parameter.
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 clearly states the tool returns the status of a KYC session identified by uuid. Although it is a noun phrase rather than a verb, the purpose is unambiguous and distinguishes from sibling tools like 'start_kyc'.
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?
No guidance is provided on when to use this tool versus alternatives, such as 'start_kyc' or other retrieval tools. The context of requiring a valid uuid or prior session initiation is absent.
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/CMSCardOS/cardos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server