huaweicloud_auth_init
Set or clear runtime Huawei Cloud credentials (AK/SK) for this MCP session. Runtime credentials take highest priority over environment variables and config files for all subsequent API calls. Use when switching accounts within the same Agent session — call with AK/SK to switch, or with clear=true to fall back to env/file credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ak | No | Huawei Cloud Access Key (required unless clear=true) | |
| sk | No | Huawei Cloud Secret Key (required unless clear=true) | |
| clear | No | Set to true to clear runtime credentials and revert to env/file | |
| region | No | Default region (optional) |