Skip to main content
Glama
isina-nej
by isina-nej

Cloudflare DNS create

cloudflare_dns_create
Destructive

Create a new DNS record in a Cloudflare zone by specifying zone, name, type, content, and optional TTL or proxy settings.

Instructions

Create a DNS record. Prompts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
nameYes
zoneYes
dtypeYes
contentYes
proxiedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already communicate that this is a mutating, non-idempotent operation with a destructive hint, and the description does not contradict that. However, it adds no extra behavioral context, such as duplicate record handling, permission requirements, or reversibility, leaving the burden entirely on annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but not effectively concise: the second sentence ('Prompts.') is an unexplained fragment that adds noise. For a tool with six parameters and no schema descriptions, this brevity constitutes under-specification rather than thoughtful conciseness.

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

Completeness2/5

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

Although an output schema exists, the description is insufficient for correct invocation. Required parameters are undocumented, there is no mention of how this fits with cloudflare_dns list/delete workflows, and no error conditions or edge cases are noted. For a mutating Cloudflare operation, this is a significant completeness gap.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides zero information about the six parameters (zone, dtype, name, content, ttl, proxied). An agent cannot infer accepted values or formats, such as what dtype values are valid or whether zone expects a name or ID, making this a critical gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Create') and resource ('DNS record'), which clearly conveys the core function and distinguishes it from siblings like cloudflare_dns_delete. However, the trailing 'Prompts.' is an unexplained artifact that slightly detracts from clarity.

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?

No guidance is given on when to use this tool versus cloudflare_dns (listing) or cloudflare_dns_delete, nor any prerequisites such as selecting a zone. The name implies creation, but the description provides no explicit context, exclusions, or workflow hints.

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

Deploy Server

Other Tools