Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_update_account_team

Destructive

Update an Infomaniak account team using a two-phase commit that verifies a fresh team snapshot to prevent overwrites.

Instructions

Update an account team. Two-phase commit with a fresh team snapshot guard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesRequest body accepted by the corresponding Infomaniak endpoint.
team_idYesTeam identifier.
account_idYesInfomaniak account/organization ID.
confirmation_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds a meaningful behavioral detail: 'Two-phase commit with a fresh team snapshot guard.' This goes beyond the annotations, which already indicate destructive and non-idempotent behavior, by revealing the commit process and concurrency protection. However, it leaves the exact mechanics and implications unexplained.

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 only two sentences and front-loaded with the main purpose. However, the phrase 'fresh team snapshot guard' is jargon that may require elaboration, slightly reducing effectiveness while maintaining brevity.

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?

For a destructive, non-idempotent mutation requiring a two-phase commit, the description omits crucial operational context: how the confirmation_token fits into the workflow, how the snapshot guard is triggered, and what happens on failure. The output schema may cover return values, but the process is incomplete.

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

Parameters2/5

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

The description does not reference any parameters. While the schema covers three of four parameters with descriptions, the critical confirmation_token is undocumented in the schema and entirely absent from the description, despite the two-phase commit implying its importance. The description adds no value for parameter understanding.

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: 'Update an account team.' It uses a specific verb and resource, and the name 'update_account_team' distinguishes it from create/delete/add/remove team operations among siblings.

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 like adding/removing team users or updating a tag. The two-phase commit mention hints at a specific workflow but does not explain prerequisites or conditions for use.

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