Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_manage_mailbox_forwarding

Destructive

Manage mailbox forwarding addresses—list, add, replace, or delete them, with two-phase confirmation to prevent accidental changes.

Instructions

List, replace, add, or delete mailbox forwarding addresses. Uses the forwarding-address collection endpoint and two-phase confirmation for mutations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
payloadNoRaw request body accepted by the forwarding endpoints.
mailbox_nameYesLocal part of the mailbox (for example `info` for info@example.com).
mail_hosting_idYesMail hosting ID. Discover via infomaniak_list_mail_hostings.
confirmation_tokenNo
forwarding_addressNoSingle forwarding address to remove.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds valuable behavioral context by mentioning the forwarding-address collection endpoint and the two-phase confirmation for mutations, which goes beyond the annotations. This helps the agent understand that mutations require a confirmation token and are not immediate. It does not detail specific side effects of delete, but the annotations cover destructiveness.

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 two sentences long, front-loaded with the core purpose. Every word adds value, with no filler or repetition of schema details. It efficiently covers the main actions and a key implementation detail.

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

Completeness4/5

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

Given the output schema exists, return values are covered. The tool has 6 parameters, an enum, and nested objects, making it moderately complex. The description provides the essential purpose, the actions, and the critical two-phase confirmation behavior. It could mention that confirmation_token is required for mutations, but the two-phase confirmation implies that. Overall, it is complete enough for an agent to understand the tool's scope and proceed, though some action-specific payload requirements are not described.

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 67%, with descriptions for mailbox_name, mail_hosting_id, and forwarding_address, but not for action, payload, or confirmation_token. The description mentions the action categories and two-phase confirmation, which indirectly relates to the action and confirmation_token parameters, but it does not fully compensate for the undocumented parameters, especially payload which is a raw object with no semantics. The schema enum for action is clear, but the description adds limited parameter meaning beyond what the schema provides.

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 specific actions (list, replace, add, delete) on the resource 'mailbox forwarding addresses', which distinguishes it from sibling tools like manage_mailbox_aliases or manage_mailbox_auto_reply. It uses a specific verb-resource combination that leaves no ambiguity about the tool's function.

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

Usage Guidelines4/5

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

The description gives clear context that this tool manages mailbox forwarding addresses and notes the two-phase confirmation for mutations. However, it does not explicitly state when to use this tool over alternatives or provide any exclusionary guidance. It implies usage for forwarding address management but lacks explicit when/when-not 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/henrikogaard/infomaniak-admin-mcp'

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