Skip to main content
Glama

HuaweiCloud DevKit (Remote Demo)

huaweicloud_voucher_claim

领取代金券(一人一次)。重复领取会返回已领取。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_idNoOptional. Leave empty in production — account is resolved from IAM automatically.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that repeated claims return '已领取' (already claimed), which is a useful behavioral trait. However, it does not describe the success response, side effects, or any permission requirements. The disclosure is partial but not contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one concise sentence, front-loaded with the action and the key constraint. It contains no filler and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter and no output schema, the description is adequate: it states the purpose, the repeat behavior, and the parameter is already documented. It might be slightly more complete with an explicit note on the success response, but it is sufficient for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the single parameter domain_id is fully documented in the schema (optional, auto-resolved from IAM). The tool description adds no additional parameter meaning, so it meets the baseline for high coverage without adding value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: '领取代金券' (claim voucher), a specific verb+resource. It also adds the constraint '一人一次' (once per person), which clarifies scope. It is distinguishable from siblings like huaweicloud_voucher_status, which is a different operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (claiming a voucher) and mentions the repeat behavior, but does not explicitly state when not to use it or point to alternatives like huaweicloud_voucher_status for checking status. The context is clear but exclusions are not mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.