Skip to main content
Glama
mattcollins

Spaceship MCP Server

by mattcollins

create_srv_record

Create an SRV record for a domain to specify service location, including priority, weight, port, and target hostname.

Instructions

Create an SRV record (service locator) for a domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoTime to live in seconds (optional)
nameYesThe service name (e.g., "_autodiscover._tcp")
portYesThe port number
domainYesThe domain name
targetYesThe target hostname (e.g., "autodiscover.example.com")
weightYesThe weight for load balancing
priorityYesThe priority value (lower is higher priority)
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It only states the action 'create' without mentioning side effects, prerequisites, idempotency, or what happens on success. The agent can infer it's a write operation, but the description adds no extra behavioral context.

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, front-loaded sentence with a specific verb and object. No extraneous information or filler 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?

This is a 7-parameter tool with no annotations and no output schema. The description covers the core purpose but omits behavioral details like error handling, return values, or potential overwrite behavior. It is minimally adequate for a create operation but leaves gaps.

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 description coverage is 100%, so the baseline is 3. The description adds context that this is an SRV service locator, but it does not add any parameter-specific meaning beyond what the schema already provides.

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 action (create) and resource (SRV record, noted as 'service locator') for a domain. It distinguishes itself from sibling tools like create_a_record or create_mx_record by specifying the record type.

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 the tool should be used when creating an SRV record, but it does not explicitly state when to prefer this over the generic create_dns_record or other specific record-create tools. There is no mention of alternatives or exclusions.

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