Skip to main content
Glama

Add DNS records

eurodns_dns_add_records

Add DNS records to a zone and save them instantly without validation. Returns the updated zone with existing records intact.

Instructions

Appends records to a zone and saves immediately, without the validation step, returning the saved zone. Use eurodns_dns_upsert_record instead when you want the change validated first, or when the record may already exist and should be updated rather than duplicated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe records to append, each with type, host, rdata and optionally a ttl from the allowed list. Existing records are kept.
domainNameYesName of the zone, e.g. example.com: a domain whose DNS is hosted here.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesResponse body as returned by the API.
statusYesUpstream HTTP status code.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.10.0
    • changedInput schema / properties / body / description
      Previous value: -"Request body."New value: +"The records to append, each with type, host, rdata and optionally a ttl from the allowed list. Existing records are kept."
    • changedInput schema / properties / domainName / description
      Previous value: -"a domain name (e.g. example.com)"New value: +"Name of the zone, e.g. example.com: a domain whose DNS is hosted here."
  2. First observedv0.9.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already note that this is mutating, non-idempotent, and non-destructive. The description adds useful behavioral context: the operation saves immediately, skips the validation step, and returns the saved zone. It goes beyond the annotations, though it does not elaborate on error behavior or idempotency consequences.

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 two sentences with no wasted words. Core behavior comes first, the immediate-save and no-validation caveat is included, and the sibling alternative is named succinctly. It is extremely efficient and front-loaded.

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

Completeness4/5

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

Given the rich schema, output schema, and annotations, the description is largely sufficient: the agent knows what the tool does, when to avoid it, and what it returns. It could add failure-mode or multi-record behavior details, but the surrounding structured data covers most of the missing context.

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%, and the input schema already documents domainName and the body array with detailed field descriptions. The tool description does not add new parameter-level meaning beyond stating that records are appended, which is the baseline expectation at this coverage level.

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 opens with a specific verb and object: 'Appends records to a zone.' It clearly distinguishes itself from eurodns_dns_upsert_record by stating what it does not do (validate) and what it does do (save immediately, return saved zone). An agent can identify this tool's unique role among DNS-related siblings.

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

Usage Guidelines5/5

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

The description explicitly directs agents to eurodns_dns_upsert_record for two specific conditions: when validation is desired, or when an existing record should be updated rather than duplicated. This is clear, actionable routing guidance with no ambiguity.

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

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/JigSawFr/eurodns-mcp'

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