Skip to main content
Glama
gkrost

scaleway-ops-mcp-server

by gkrost

Update Scaleway API Key

scaleway_iam_update_api_key
Idempotent

Update an existing API key's metadata, such as description, expiry, or default project, without rotating its secret. Use to extend a key's lifetime or fix details, avoiding disruption from recreating the key.

Instructions

Change an existing API key's description, expiry, or default_project_id WITHOUT rotating its secret - the access_key/secret_key pair itself never changes. Use this instead of delete+recreate for a metadata-only change (e.g. extending an expiry before it lapses, or fixing a stale description); delete+recreate would mint a new secret and break anything already deployed with the old one. Only the fields you pass are changed; omitted fields are left as-is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
access_keyYesThe access_key (not secret_key) of the key to update, e.g. 'SCWXXXXXXXXXXXXXXXXX'.
expires_atNoNew RFC3339 expiry, e.g. '2027-08-12T00:00:00Z'. Omit to leave unchanged - there is no way to clear an existing expiry back to 'never', only to set a new one.
descriptionNoNew description. Omit to leave unchanged.
default_project_idNoNew default Project for Object Storage operations with this key. Omit to leave unchanged.
Behavior5/5

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

Beyond the annotations, it discloses the critical non-rotation guarantee, that the access_key/secret_key pair never changes, and that only passed fields are modified while omitted fields remain unchanged. It also adds operational context about the consequences of delete+recreate.

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 compact and front-loaded, covering the core behavior, usage guidance, and patch semantics in three focused sentences with no filler. Every sentence earns its place.

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

Completeness5/5

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

For a 4-parameter update tool with strong annotations and a fully descriptive schema, the description covers purpose, usage, and behavioral nuances thoroughly. No output schema is needed for tool selection/invocation, and no critical context is missing.

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% and already documents each parameter with formats, examples, and 'omit to leave unchanged' notes. The description's patch-semantics statement largely reinforces schema details rather than adding new parameter-level meaning, so it stays at baseline.

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 uses a specific verb and resource: it changes an existing API key's description, expiry, or default_project_id, and explicitly clarifies that it does NOT rotate the secret. This clearly distinguishes it from sibling tools such as create_api_key, delete_api_key, and update_application.

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

Usage Guidelines5/5

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

It explicitly says to use this tool instead of delete+recreate for metadata-only changes, provides concrete examples like extending an expiry or fixing a stale description, and explains why delete+recreate would be harmful. This gives clear when-to-use and when-not-to-use guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gkrost/scaleway-ops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server