Skip to main content
Glama

infomaniak_get_mail_hosting_full

Read-onlyIdempotent

Diagnose mail hosting configuration by retrieving full details: DNS health check (MX/SPF/DKIM/DMARC), quotas, admin user, and FQDN list.

Instructions

Full mail hosting detail with diagnostic_dns (MX/SPF/DKIM/DMARC health check), quotas (mailboxes + redirections + per-mailbox disk), admin user, parent kSuite link, FQDN list, and team access flag. Use this for mail-config sanity checks. Manager-private.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mail_hosting_idYesMail hosting id. Discover via infomaniak_list_mail_hostings.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
account_idYes
service_idYes
service_nameYes
customer_nameYes
internal_nameNo
created_atYes
expired_atNo
has_maintenanceNo
is_lockedNo
has_operation_in_progressNo
tagsNo
unique_idNo
descriptionNo
is_freeNo
is_zero_priceNo
is_trialNo
rightsNo
parent_idNo
parent_service_idNo
parent_service_nameNo
totalNo
quotaNo
usedNo
redirections_quotaNo
redirections_target_quotaNo
redirections_usedNo
adminNo
fqdnNo
main_fqdnNo
main_fqdn_idnNo
main_fqdn_sourceNo
diagnostic_dnsNo
dns_errorNo
has_multi_passwordNo
has_new_creation_flowNo
has_team_accessNo
signature_template_forced_stateNo
mailing_lists_configurationNo
batch_actionNo
statusNo
bill_referenceNo
bill_periodicityNo
Behavior4/5

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

Annotations already provide safety profile (readOnly, non-destructive, idempotent). The description adds the 'Manager-private' qualifier, indicating authorization requirements beyond annotations. It accurately describes the return content without contradicting annotations.

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?

Two sentences only: first immediately lists key fields; second gives clear usage hint. Every sentence adds value, no fluff.

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

Completeness5/5

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

Output schema exists, so return values need no description. The description covers all key fields (DNS health, quotas, admin, etc.) and parameter is well-documented in schema. Complete for a read-only single-resource tool.

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% and parameter description already guides discovery via infomaniak_list_mail_hostings. The tool description adds no further semantic value for the parameter, so baseline score of 3 is appropriate.

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 'Full mail hosting detail' and enumerates specific fields (diagnostic_dns health check, quotas, admin user, etc.), distinguishing it from siblings like infomaniak_get_mailbox_full (single mailbox) and infomaniak_list_mail_hostings (list only).

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?

It states 'Use this for mail-config sanity checks' and includes 'Manager-private' hinting at access restrictions. The parameter description advises discovery via infomaniak_list_mail_hostings. However, it does not explicitly exclude alternatives or specify when not to 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/Mogacode-ma/infomaniak-mcp-agent'

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