Skip to main content
Glama
mattcollins

Spaceship MCP Server

by mattcollins

create_mx_record

Create an MX record to route email to the correct mail server for a domain, with priority and TTL settings.

Instructions

Create an MX record (mail exchange) for a domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoTime to live in seconds (optional)
nameYesThe record name (subdomain, use "@" for root domain)
domainYesThe domain name
exchangeYesThe mail server hostname (e.g., "mail.example.com")
priorityYesThe priority/preference value (lower is higher priority, e.g., 10)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only says 'Create' without mentioning prerequisites, idempotency, conflict handling, or what happens to existing records. This lacks transparency for a mutating 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 clear sentence that directly states the tool's purpose. No unnecessary words or redundancy, which is ideal for a simple create operation.

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?

While the tool is relatively simple and parameters are fully documented, the lack of annotations and output schema means the description should provide more context about the operation's effects or return value. It is adequate but not complete.

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%, so the schema already documents all parameters. The description adds no extra meaning beyond the schema, so the baseline of 3 applies.

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 specifies the exact action ('Create an MX record') and clarifies that MX means 'mail exchange', distinguishing it from other DNS record creation tools. The verb+resource pattern is clear and unambiguous.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like create_dns_record or other create_* methods. The description only states what it does, not when it should be chosen over siblings.

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/mattcollins/spaceship-mcp'

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