Skip to main content
Glama

Set a contact profile as default

eurodns_contact_set_as_default_profile
Idempotent

Sets a contact profile as the default for selected roles (registrant, admin, tech, billing) and returns the applied roles. Affects future orders only.

Instructions

Makes a contact profile the default for the given contact roles — registrant, admin, technical or billing — and returns the roles now applied. This affects future orders, not domains already registered; find the profile with eurodns_contact_get_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric id of the contact profile, from the list eurodns_contact_get_profile returns when called without an id.
bodyYesWhich contact roles this profile becomes the default for: org (registrant), admin, tech and billing, each true or false.

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: +"Which contact roles this profile becomes the default for: org (registrant), admin, tech and billing, each true or false."
    • addedInput schema / properties / id / description
      Added value: +"Numeric id of the contact profile, from the list eurodns_contact_get_profile returns when called without an id."
  2. First observedv0.9.1

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and idempotentHint=true; the description adds the behavioral nuance that the change applies only to future orders and that the call 'returns the roles now applied,' which is useful state-disclosure beyond the structured fields. The mutation framing is consistent with readOnlyHint=false, so no contradiction exists.

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 with no waste: the first carries the action and return value, the second carries the impact scope and a pointer to the relevant sibling tool. Nothing repeats schema content or annotations.

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?

For a mutation tool with full parameter coverage, an output schema, and idempotency annotations, the description covers the essential semantics: effect scope, return value, and how to obtain the id. The only gap is that none of the body's boolean fields are required, so an agent is not told what happens if an empty body is sent.

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 id and body are already fully described, including the source of the id and the meaning of each body boolean. The description's prose mapping of roles (registrant, admin, technical, billing) mirrors the schema's body fields (org, admin, tech, billing) without adding new detail. Baseline 3 applies because the schema does the heavy lifting.

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?

States a specific action (making a profile the default) applied to a precise resource (contact profile) with an explicit scope (registrant, admin, technical or billing roles). The line 'This affects future orders, not domains already registered' sharpens the semantics further, and the verb-resource pairing clearly distinguishes it from siblings like eurodns_contact_save_profile and eurodns_contact_get_profile.

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?

Provides clear contextual guidance: the effect is limited to 'future orders, not domains already registered,' which tells an agent when this tool applies, and it points to eurodns_contact_get_profile for locating the profile. However, it does not explicitly contrast with eurodns_contact_save_profile or state when to prefer one contact operation over another.

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