huaweicloud_show_profile_redacted
Inspect a KooCLI profile through hcloud configure show and return only redacted output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Optional KooCLI profile name. |
Inspect a KooCLI profile through hcloud configure show and return only redacted output.
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Optional KooCLI profile name. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It does disclose that the tool invokes 'hcloud configure show' and returns redacted output, implying a read-only profile inspection. It does not state whether credentials are required, what errors might occur, or whether output contains only specific profile fields, but what is disclosed is not misleading.
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 action, resource, and redaction behavior. It could briefly mention when to omit the profile parameter, but as a description it is compact and efficient.
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 a simple optional parameter and no output schema, the description gives enough to identify and invoke the tool. However, it lacks detail about the returned redacted content shape and defaults, leaving an agent without full clarity on what 'redacted output' will contain.
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 covers the single parameter, 'profile', with the description 'Optional KooCLI profile name.' The tool description adds no extra nuance such as default behavior when no profile is named, leaving the schema to carry the parameter understanding.
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 gives a clear verb and resource: 'Inspect a KooCLI profile' via 'hcloud configure show', and specifies the redacted nature of the output. It is clear enough to say what the tool does, though it does not explicitly contrast it with sibling tools.
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?
There is no guidance about when to use this tool over siblings such as huaweicloud_auth_status or huaweicloud_check_cli. The intended situation is only implied by 'Inspect a KooCLI profile' and 'redacted output'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.