Skip to main content
Glama
manganate006

mailu-mcp

mailu_create_user

Create a new email mailbox with password and optional settings for a Mailu mail server.

Instructions

Cree une boite mail (email + mot de passe + options).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesAdresse email complete, ex: user@example.com
commentNo
enabledNo
enable_popNo
reply_bodyNo
enable_imapNo
quota_bytesNo
forward_keepNo
global_adminNo
raw_passwordYesMot de passe en clair (sera hache par Mailu)
spam_enabledNo
reply_enabledNo
reply_enddateNoFormat YYYY-MM-DD
reply_subjectNo
allow_spoofingNo
displayed_nameNo
spam_thresholdNo
forward_enabledNo
reply_startdateNoFormat YYYY-MM-DD
spam_mark_as_readNo
forward_destinationNo
Behavior2/5

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

No annotations are provided. The description only says 'create a mailbox' without disclosing side effects, authorization needs, or behavior of the many options. Minimal behavioral context.

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?

A single, short sentence. Very concise, but risks being too brief for a tool with 21 parameters. No fluff, but could add essential details.

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

Completeness1/5

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

Given 21 parameters, no output schema, and no annotations, the description is severely incomplete. Lacks explanation of return values, error scenarios, or option effects.

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?

Schema description coverage is only 19%. The description mentions 'options' generically but does not elaborate on individual parameters beyond what's in the schema. Does not compensate for low coverage.

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 the tool creates a mailbox ('boite mail') with email, password, and options. It distinguishes from sibling tools like update or delete, but could specify it's a user account creation.

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 when-to-use or when-not-to-use guidance is provided. Missing prerequisites (e.g., domain must exist) and alternatives among siblings.

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/manganate006/mailu-mcp'

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