Skip to main content
Glama

dokploy_dns_provider

Configure DNS providers on Cloudflare or Route53, test credentials, and manage A/CNAME records: list zones, create, update, or delete DNS records.

Instructions

DNS provider configuration and DNS record management. Providers: list, get (dnsProviderId), create (name+config), update (dnsProviderId+name+config — the API REPLACES the provider, so both must be sent even when changing one), remove (dnsProviderId), testConnection (dnsProviderId for a saved provider, or config to check credentials before saving). config is discriminated on providerType: cloudflare{apiToken} or route53{accessKeyId,secretAccessKey}. Records: listZones (dnsProviderId), listRecords (dnsProviderId+zoneId), createRecord/updateRecord (dnsProviderId+zoneId+type+recordName+content, ttl?, plus recordId for update), deleteRecord (dnsProviderId+zoneId+recordId). Record type is A or CNAME only. Provider credentials are never echoed back in tool output; provider reads return id, name and providerType only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
nameNoProvider name (letters, digits, _ and - only)
typeNoRecord type — the API accepts only A or CNAME
actionYes
configNoProvider credentials, keyed by providerType
zoneIdNo
contentNoRecord value, e.g. an IP for A or a target host for CNAME
recordIdNo
recordNameNoDNS record name (sent as `name`; distinct from the provider name)
dnsProviderIdNo

Schema Changelog

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

  1. Addedv1.9.1

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility and discloses important hidden behaviors: update REPLACES the provider, credentials are never echoed, provider reads return only id/name/providerType, and record type is restricted to A or CNAME. This is far beyond what the input schema alone reveals.

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 dense but efficiently organized into 'Providers:' and 'Records:' sections, front-loaded with the overall purpose. Every sentence adds operational value, especially the behavioral caveats about replacement and credential non-echoing.

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 an 11-action tool with 10 parameters, no annotations, and no output schema, the description is remarkably complete, covering action-specific requirements, config construction, and provider read return shape. The only notable gap is that record-related list operations (listZones/listRecords) do not describe their return structure, but this is minor given the level of detail provided.

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

Parameters5/5

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

Schema description coverage is only 50%, but the description compensates by mapping each action to its required parameters, explaining the discriminated config union, clarifying that recordName is distinct from provider name, and noting ttl is optional. It also gives examples for content (IP vs target host), adding meaning the schema lacks.

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 specific verb + resource: 'DNS provider configuration and DNS record management.' It enumerates all actions with their required parameters, making it unmistakable what the tool does and how it is differentiated from sibling tools like dokploy_vault_provider.

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?

The description gives explicit guidance for each action, e.g. 'update (dnsProviderId+name+config)' and 'testConnection (dnsProviderId for a saved provider, or config to check credentials before saving)'. It does not explicitly mention when not to use the tool or alternatives, but the resource-specific name and sibling list make the use case clear.

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/sapientsai/dokploy-mcp-server'

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