Skip to main content
Glama
Achlesha

sendhustle-mcp

apply_domain_dns_cloudflare

Apply a domain's DNS records via Cloudflare API and auto-verify the setup, requiring a Zone.DNS:Edit scoped token.

Instructions

Apply a domain's DNS records via the Cloudflare API, then auto-verify (POST /domains/:id/dns/cloudflare). Requires a scoped Zone.DNS:Edit token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe domain id.
tokenYesA Cloudflare API token with Zone.DNS:Edit on this domain.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that the operation applies DNS records and triggers auto-verification, and it states the required token scope. However, it does not say whether this overwrites existing DNS records, whether it is reversible, or what happens on verification failure—important context for a mutating call.

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 a single sentence that efficiently conveys the action, the endpoint, the verification step, and the credential requirement. Every clause earns its place, and the key verb and provider are front-loaded.

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 simple two-parameter tool, the description is largely complete: it states what happens, which API is used, and what credential is required. It does not describe the success or failure response, but given the lack of an output schema and the simplicity of the operation, this is a minor gap rather than a blocking omission.

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 both parameters already well-documented in the schema. The description mostly repeats the token scope already present in the schema and does not add meaningful new semantic detail about the parameters beyond endpoint context.

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 identifies the action ('Apply a domain's DNS records'), the mechanism ('via the Cloudflare API'), and the follow-up behavior ('then auto-verify'). It also names the exact endpoint, and by specifying Cloudflare it distinguishes this tool from the sibling apply_domain_dns_godaddy and apply_domain_dns_namecheap tools.

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 conveys when the tool is appropriate by explicitly naming Cloudflare and requiring a Cloudflare token, which differentiates it from the GoDaddy/Namecheap sibling apply tools. It does not explicitly state 'use this instead of the others when the domain uses Cloudflare,' but the provider-specific framing makes the intended context clear.

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