Skip to main content
Glama
fmendezy

MCP-postale.io

by fmendezy

Set DKIM keys

set_domain_dkim

Install your own DKIM keys for a domain to migrate from another provider without changing DNS records.

Instructions

Install a specific DKIM key pair (bring your own keys) for a domain, e.g. when migrating from another provider without changing DNS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe domain name
publicYesDKIM public key
privateYesDKIM private key (PEM)
selectorYesDKIM selector
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'without changing DNS' but does not disclose whether existing DKIM keys will be overwritten, required permissions, or other side effects of this write operation.

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 a single, well-structured sentence that immediately conveys the action and a use case, with no unnecessary words.

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

Completeness3/5

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

The description is adequate for understanding the tool's core purpose but lacks important context such as overwrite behavior, prerequisites (e.g., domain existence), and return value, especially given the absence of annotations and output schema.

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 descriptions cover all four parameters (100% coverage), so baseline 3 applies. The description adds no extra parameter-level detail beyond what is already in the schema.

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 'Install a specific DKIM key pair (bring your own keys) for a domain', with a concrete use case, which distinguishes it from siblings like generate_domain_dkim and delete_domain_dkim.

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 provides an explicit context: 'e.g. when migrating from another provider without changing DNS', implying when to use this tool. However, it does not explicitly name alternatives or exclusion criteria.

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