Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cloudflare_delete_v1_cloudflare_zones_zone_id__5d0d4625

DestructiveIdempotent

Permanently deletes a specified DNS record from a CloudFlare zone using zone and record IDs. Use when you need to remove an existing DNS entry.

Instructions

Delete a DNS record from a CloudFlare zone.

HTTP: DELETE /v1/cloudflare/zones/:zone_id/dns/:record_id Category: CloudFlare Required scopes: cloudflare:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYesPath parameter: zone_id
record_idYesPath parameter: record_id
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark it destructiveHint=true and readOnlyHint=false, so the primary risk is structurally declared. The description adds value by warning 'destructive — permanently removes the resource' and by disclosing the required scope 'cloudflare:delete', which is not visible in the schema or annotations.

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?

Every line earns its place: a one-sentence purpose, exact HTTP endpoint, category, required scope, and a prominent destructive warning. It is compact, front-loaded with the action, and contains no 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?

For a simple two-parameter, no-output-schema delete operation, the description supplies the HTTP method, target resource, required identifiers, scope, and irreversibility warning. It does not describe success or error responses, but that is a minor gap for a straightforward idempotent delete.

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 coverage is 100%, so the baseline is 3 even though the schema descriptions are minimal ('Path parameter'). The description adds modest context by identifying the target as a DNS record within a CloudFlare zone, but it does not clarify the expected format or source for zone_id and record_id.

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 opens with a specific action and resource: 'Delete a DNS record from a CloudFlare zone.' This is unambiguous and naturally differentiates it from sibling Cloudflare operations such as get/post/put DNS records, even though they share the same zone scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'from a CloudFlare zone' gives clear context, but the description stops short of explicit when-to-use or when-not-to-use guidance. It does not tell an agent how to choose between this Cloudflare-specific delete and the sibling generic panelica_dns_delete_v1_dns_records_id, so the routing decision is left implied.

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

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/Panelica/panelica-mcp'

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