Skip to main content
Glama
imprezahost

Impreza Host MCP Server

impreza_add_dns_record

Adds a DNS record (A, CNAME, MX, TXT, etc.) to an Impreza-managed domain by specifying host, type, value, and optional TTL.

Instructions

Add a DNS record to an Impreza-managed domain. host is the record name ("@" for the apex, "www", "mail", …); value is the target (IP, hostname, or text).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoTime-to-live in seconds. Default 14400.
hostYesRecord name/host, e.g. "@" for the apex, "www", "mail".
typeYesRecord type: A, AAAA, CNAME, MX, TXT, NS, SRV, …
valueYesRecord value/target (IP, hostname, or text).
domainYesThe domain name, e.g. example.com.
priorityNoPriority (MX / SRV only).
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only states the basic action of adding a record, omitting behavioral traits like duplicate handling, permissions needed, or whether the operation is idempotent.

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, front-loaded with the primary action, no redundant words. Every sentence adds meaningful clarification.

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?

Given the complexity (6 params, no output schema, no annotations), the description covers the basic purpose and clarifies two key parameters. However, it lacks information on success/error feedback, duplicate behavior, and how it relates to other DNS tools.

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 100%, so baseline is 3. The description adds value by clarifying that 'host' can be '@' for apex, and 'value' is the target (IP, hostname, text), which goes beyond the schema definitions.

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 'Add a DNS record' specifies the action and resource. It distinguishes from sibling tools like update and delete, making the purpose 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?

The description does not provide guidance on when to use this tool versus alternatives (e.g., update or delete), nor does it mention prerequisites or context for use.

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/imprezahost/impreza-mcp'

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