Skip to main content
Glama

HuaweiCloud DevKit (Remote Demo)

huaweicloud_auth_sync

Synchronize credentials from the global Huawei Cloud credential vault to OBS and report agent registration status. Does not write secrets into any agent config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoAgent target to report after sync: opencode, codex, codex-desktop, codearts, codearts-work, workbuddy, dsh, officeace, hermes, or all (default).

Schema Changelog

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

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose a key safety property—'Does not write secrets into any agent config'—which is valuable. However, it does not mention that syncing to OBS likely mutates external state, nor does it describe any permissions needed, reversibility, or side effects on existing OBS content. For a sync operation, more transparency about what changes are made and whether it is safe to run is expected.

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 two sentences, front-loaded with the primary action and followed by a precise safety clarification. There is no redundant phrasing or filler. Every word earns its place, and the structure is efficient for an agent scanning for the core purpose.

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

Completeness3/5

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

The tool has a simple signature (one optional parameter, no output schema), so the baseline complexity is low. The description covers the main purpose and one key safety aspect, but it lacks guidance on the expected return value (the 'agent registration status' is vague) and does not clarify the relationship with other auth tools. Given no annotations or output schema, a slightly richer description of what the report contains and when to invoke this tool would be helpful. It is adequate but not complete.

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?

The single parameter 'target' is fully documented in the input schema, listing all allowed values and the default. The description adds no additional information about the parameter, so it does not go beyond the schema. Given 100% schema coverage, a baseline score of 3 is appropriate; the description does not need to repeat the schema, but it also adds no extra semantic nuance.

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 (synchronize credentials), the resource (global Huawei Cloud credential vault to OBS), and the additional outcome (report agent registration status). It also includes a specific safety constraint (does not write secrets into any agent config). This is specific enough to distinguish from sibling auth tools like huaweicloud_auth_init or huaweicloud_auth_switch, which focus on initialization or switching rather than syncing to OBS and status reporting.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus its many siblings. It doesn't mention prerequisites (e.g., whether huaweicloud_auth_init must run first), nor does it contrast with alternatives like huaweicloud_auth_status or huaweicloud_auth_switch. There is no explicit 'use this when' or 'instead of' information, leaving the agent to infer the appropriate context.

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.