Skip to main content
Glama
fmendezy

MCP-postale.io

by fmendezy

Update domain

update_domain

Update a domain's catch-all address, forward domain, and mailbox/alias/storage limits, modifying only the fields you provide.

Instructions

Update a domain's settings: catch-all address, forward domain, and mailbox/alias/storage limits. Only the provided fields are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe domain name
aliasLimitNoMax aliases (null for no limit)
mailboxLimitNoMax mailboxes (null for no limit)
forwardDomainNoForward domain name (null to remove the forward)
catchAllAddressNoCatch-all email address (null to remove the catch-all)
totalStorageLimitNoTotal storage limit in GB (null for no limit)
mailboxStorageLimitNoPer-mailbox storage limit in GB (null for no limit)
Behavior3/5

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

The description discloses the partial-update behavior ('Only the provided fields are changed'), which is valuable and not evident from the tool name. However, with no annotations, it does not mention permissions, reversibility, or side effects, leaving the safety and operational profile incomplete.

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, front-loaded with the action and purpose, and the second sentence provides essential behavioral context without redundancy. Every word earns its place, making it exceptionally concise.

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?

For a moderately complex update tool with a fully described schema and no output schema, the description provides clear purpose and partial-update behavior, which is sufficient for an agent to select and invoke correctly. It lacks some context like error conditions or return values, but the schema and description together cover the essential operational needs.

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?

The input schema has 100% coverage with descriptions for all 7 parameters, so the schema already explains parameter semantics. The description adds a high-level summary of parameter categories (catch-all, forward domain, limits) but does not add detail beyond the schema, matching the baseline expectation.

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 'Update a domain's settings' and lists the specific settings (catch-all address, forward domain, mailbox/alias/storage limits), making it clear what the tool does. This distinguishes it from sibling tools like update_domain_brand, since the scope is core domain settings rather than branding.

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

Usage Guidelines3/5

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

The description implies use for updating domain settings but does not explicitly mention when to use this tool versus alternatives or any exclusions. No explicit guidance such as 'for branding, use update_domain_brand' is provided, so usage context is only inferred.

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/fmendezy/MCP-postale.io'

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