Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_update_drive_user

Update a kDrive user's profile and permissions via the Infomaniak API. Provide drive ID, user ID, and user data. Two-phase commit with confirmation token ensures changes are intentional and safe.

Instructions

Update a kDrive user through PUT /2/drive/{drive_id}/users/{user_id}. Two-phase commit with current user guard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesUser update payload accepted by Infomaniak's PUT /2/drive/{drive_id}/users/{user_id} endpoint.
user_idYeskDrive user id.
drive_idYeskDrive id. Discover via infomaniak_list_drives.
confirmation_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds behavioral context beyond annotations with 'Two-phase commit' and 'current user guard', which are not stated in the annotations. However, these terms are cryptic and not elaborated, leaving uncertainty about what the guard actually does and when a confirmation token is mandatory. No contradiction with annotations.

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 a single, front-loaded sentence with no filler. It efficiently states the action, endpoint, and key behavioral flags. Every phrase earns its place.

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

Completeness2/5

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

This is a complex mutation with a nested user object, optional confirmation token, and a guard, yet the description is only one sentence and omits crucial workflow details like when the token is required or what the current user guard protects against. The existence of an output schema does not compensate for the missing behavioral and payload context.

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

Parameters4/5

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

The schema already covers drive_id and user_id descriptions, but the description adds meaning to the optional confirmation_token by mentioning two-phase commit, which explains its purpose. The 'current user guard' also implies constraints on user_id. It does not clarify the user object payload structure, but schema coverage is 75% and the endpoint reference provides a pointer.

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 'Update a kDrive user' and gives the exact PUT endpoint, making the action and resource unambiguous. It distinguishes itself from sibling operations like create, delete, lock, and set manager by the verb 'update' and the explicit target.

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?

No guidance is provided on when to use this tool versus alternatives such as infomaniak_set_drive_user_manager or infomaniak_lock_drive_user. The mention of 'two-phase commit' hints at a workflow but does not explain prerequisites, required confirmation tokens, or exclusions.

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/henrikogaard/infomaniak-admin-mcp'

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