Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cloudflare_post_v1_cloudflare_zones_zone_id_dns

Create a DNS record in a CloudFlare zone by providing type, name, and content, with optional TTL and proxy settings.

Instructions

Create a new DNS record in a CloudFlare zone.

HTTP: POST /v1/cloudflare/zones/:zone_id/dns Category: CloudFlare Required scopes: cloudflare:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json)
zone_idYesPath parameter: zone_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 readOnlyHint=false and idempotentHint=false, and the description adds the required scope 'cloudflare:write' and explicitly states 'Mutating: changes server state.' This gives the agent auth and side-effect context beyond the structured fields, though it does not elaborate on duplicate-record handling or propagation behavior. No contradiction with 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?

The description leads with a one-sentence purpose and then packs HTTP method, category, scopes, and mutating behavior into compact metadata lines. Every line carries information and there is 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 create operation with full parameter documentation and a mutating annotation, the description covers the endpoint, required scopes, and side-effect profile. It does not describe the response format or edge cases, but no output schema exists and the Cloudflare context is unambiguous. Slightly more guidance on how zone_id is obtained or what the response contains would be nice, but the current coverage is adequate.

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%, so all parameters (zone_id, body, and nested type/name/content/ttl/proxied) are already documented in the schema. The description does not add parameter-level meaning beyond confirming the zone_id path parameter in the HTTP line. Baseline 3 is appropriate.

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 a specific verb ('Create'), resource ('a new DNS record'), and scope ('CloudFlare zone'), clearly distinguishing it from sibling operations like the DNS GET list, PUT update, and DELETE. The HTTP line reinforces the POST route, so there is no ambiguity about what this tool does.

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 Category and Required scopes lines imply this is the Cloudflare DNS creation path, but the description never explicitly states when to prefer it over alternatives or provides exclusions. Sibling tools such as panelica_dns_post_v1_dns_zones_domain_id_records also create DNS records, and no routing guidance distinguishes them.

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