Skip to main content
Glama
KodimTech

@kodim/mcp-cloudflare-dns

by KodimTech

Batch DNS Records

batch_dns_records
Destructive

Perform bulk DNS record operations—create, update, delete—in one API call, with execution order: deletes, patches, then posts.

Instructions

Execute multiple DNS record operations (create, update, delete) in a single API call. Operations execute in order: deletes first, then patches, then posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postsNoNew records to create
deletesNoRecords to delete
patchesNoRecords to partially update
zone_idYesThe zone ID
Behavior4/5

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

Annotations already indicate destructive behavior, so the description adds valuable context by disclosing execution order: 'deletes first, then patches, then posts.' This is important behavioral information beyond the annotations. It does not mention atomicity or error behavior, but the ordering disclosure is significant.

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 two sentences long, starts with the main action, and includes the critical ordering detail. Every sentence earns its place without unnecessary fluff.

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?

The description, combined with a well-documented schema and informative annotations, is largely complete for the tool's complexity. It covers purpose and execution order. It does not mention return format or error handling, but the absence of an output schema and moderate complexity make this a minor gap.

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 description coverage is 100%, with each parameter (zone_id, posts, deletes, patches) already described. The tool description adds no additional semantic detail for parameters, so it meets the baseline but does not exceed it.

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 executes multiple DNS record operations (create, update, delete) in a single API call. The verb 'execute' and resource 'DNS record operations' are specific, and it distinguishes itself from sibling single-record tools by emphasizing 'multiple' and 'single API call.'

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 clearly implies usage for batch operations ('multiple DNS record operations in a single API call'), which distinguishes it from single-record siblings. However, it does not explicitly state when not to use it or name alternative tools for single operations, so it lacks explicit exclusion guidance.

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/KodimTech/mcp-cloudflare-dns'

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