Skip to main content
Glama
gkrost

scaleway-ops-mcp-server

by gkrost

Update a Scaleway IAM User

scaleway_iam_update_user
Idempotent

Update Scaleway IAM user profile fields such as name, email, and tags. Only supplied fields are changed; invalid values are rejected by the API.

Instructions

Update a User's mutable profile fields (tags; name/email where the API allows - invalid fields are rejected with the API's own validation message). Only passed fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoStructured metadata, max 10. Locked vocabulary in this org: 'env={prod|dev|local|ci|shared}', 'access={ro|rw|admin|full}', 'owner=<team-or-tool>', 'issue=<n>', 'managed-by={mcp|manual|terraform}'. Use '=' as the separator, not ':' - Scaleway's tags API rejects colons (validated against ^[a-zA-Z0-9._\-/=+@ ]+$, confirmed empirically 2026-08-18). REPLACES the full tag list (same semantics as scaleway_s3_put_bucket_policy replacing the whole policy document) - pass the complete set you want, not just the ones you're adding.
user_idYes
last_nameNo
first_nameNo
Behavior4/5

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

The description adds meaningful behavioral details beyond the annotations: partial update semantics ('Only passed fields change') and API-side validation behavior for invalid fields. It does not contradict the annotations, which already indicate non-read-only, idempotent, non-destructive behavior.

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

Conciseness4/5

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

The description is a single concise, front-loaded sentence with no filler. It loses a point because the phrase 'name/email where the API allows' is slightly ambiguous given the schema exposes first_name/last_name and no email parameter.

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 description covers core update semantics and validation, and the schema richly documents the tags replacement behavior. However, it lacks any mention of return values, required permissions, or how this differs from the username/password update tools, leaving the tool somewhat incomplete for an agent navigating a large sibling set.

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 only 25%, but the tags parameter is thoroughly documented in the schema itself. The description adds useful cross-parameter semantics like partial updates and validation, but it mentions 'email' which is not in the schema, and does not clarify first_name/last_name beyond their obvious property names.

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

Purpose4/5

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

The description clearly states this tool updates a User's mutable profile fields, naming tags and name/email. It is more specific than a tautology and generally distinguishes from username/password update siblings, though it doesn't explicitly call out first_name/last_name as the exact schema fields.

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 provides some context (only passed fields change, invalid fields rejected) but gives no explicit when-to-use vs alternatives, no exclusions, and no reference to sibling tools like scaleway_iam_update_user_username or scaleway_iam_update_user_password. The usage boundary must be inferred.

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