Skip to main content
Glama

Create or update a nameserver profile

eurodns_nameserver_save_profile

Create or update a nameserver profile; omit id to create, include id to update. Send every field and nameserver to retain, because the API clears anything omitted.

Instructions

Creates a nameserver profile when id is omitted, or updates the profile with that id, and returns the saved profile. An update must carry every field, including the nameservers you keep, because the API clears anything omitted: start from eurodns_nameserver_get_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNumeric id of the profile to update, from eurodns_nameserver_get_profile. Omit it to create a new profile.
bodyYesThe profile: a name and its nameservers, each with an fqdn and, for glue records, ipV4Address and ipV6Address. When updating, send every field and every nameserver you keep: the API clears anything omitted.
langNoTwo-letter language code for the messages the API returns, e.g. en. Optional.

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. Addedv0.10.0

TDQS

A4.9/5.0
Behavior5/5

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

It reveals a critical non-obvious behavior not captured by annotations: the API clears any omitted fields on update, so callers must send every field. It also discloses the return value. This goes well beyond the annotation hints.

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 deliver the core purpose, the critical update behavior, and a pointer to the prerequisite read tool. No filler and the most important caveat is front-loaded.

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?

For a tool with nested objects and an output schema, the description covers the essential logic, the update pitfall, and the prerequisite lookup flow. The schema and annotations cover the rest, so nothing important is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is already complete, but the description adds meaning beyond the schema by explaining the role of id in deciding create versus update and by clarifying that body must contain all fields during update. This materially helps an agent construct correct calls.

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 creates a nameserver profile when id is omitted and updates when id is provided, and it returns the saved profile. This distinguishes it from sibling save/profile tools by naming the exact object type and the create/update duality.

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 explains when creation versus update occurs based on the presence of id, and instructs users to start from eurodns_nameserver_get_profile for updates. This is actionable usage guidance that directly supports correct invocation.

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