Skip to main content
Glama

Update mail account

update_mail_account
Idempotent

Partially update a mailbox's password, storage quota, or memo. Fields not specified keep their current values.

Instructions

メールアカウントの設定を部分更新する。省略したフィールドは現在値を維持する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mail_addressYes対象のメールアドレス。日本語ドメインを含む形も指定可 (内部で ASCII 正規化)。
passwordNo新しいパスワード (省略時は変更しない)
quota_mbNoメールボックス容量 MB (省略時は変更しない)
memoNo新しいメモ (省略時は変更しない)
Behavior4/5

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

Annotations already declare idempotentHint and openWorldHint. The description adds behavioral detail that omitted fields are not changed, which is consistent and adds context. No contradictions are present.

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 extremely concise with just two sentences, front-loaded with the core action, and no redundant information. Every word serves a purpose.

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 no output schema, the description does not explain return values, which is acceptable for a simple update. It adequately covers the input behavior and is supplemented by rich annotations and sibling context.

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 coverage is 100% with detailed parameter descriptions. The tool description's note about preserving omitted fields adds general context, but it doesn't significantly enhance understanding of individual parameters 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 explicitly states 'partially update mail account settings' (メールアカウントの設定を部分更新する), clearly defining the verb and resource. It distinguishes itself from sibling tools like create_mail_account and delete_mail_account by emphasizing partial update.

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 provides clear context that omitted fields preserve current values, guiding an agent to only send changed fields. While it doesn't explicitly mention when not to use this tool, the sibling tool names imply its role for modification rather than creation or deletion.

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/Mink16/xserver-mcp'

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