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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.14.5

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds meaningful context about returned data (MX/SPF/DKIM/DMARC health check, quotas) and access restrictions, which goes beyond the 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, front-loaded with the most important information, and every word adds value. The structure is efficient and scannable.

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?

Given the existence of an output schema and read-only annotations, the description adequately explains what the tool does, what it contains, and when to use it. No significant gaps are apparent for a simple one-parameter getter.

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; the parameter description explains what mail_hosting_id is and how to discover it. The tool description does not add parameter-specific details beyond the schema, so baseline 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 clearly states the tool returns 'Full mail hosting detail' and enumerates specific content (diagnostic_dns, quotas, admin user, etc.), distinguishing it from list_mail_hostings and other mailbox-specific tools. The verb 'get' is implied by the name, and the resource scope is explicit.

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 a clear use case ('Use this for mail-config sanity checks') and notes access level ('Manager-private'). It does not explicitly mention alternatives or when not to use, but the context is sufficiently clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools