Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cloudflare_get_v1_cloudflare_zones_zone_id_dns

Read-onlyIdempotent

Retrieve all DNS records for a specified CloudFlare zone by providing its zone ID. Use this read-only endpoint to inspect or verify DNS configuration.

Instructions

List all DNS records for a CloudFlare zone.

HTTP: GET /v1/cloudflare/zones/:zone_id/dns Category: CloudFlare Required scopes: cloudflare:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYesCloudFlare zone ID
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds a concrete authentication requirement ('Required scopes: cloudflare:read') and the HTTP GET method, which are useful beyond the annotations. No contradiction with annotations exists.

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 front-loaded with a clear purpose sentence followed by compact metadata lines for HTTP method, category, required scopes, and read-only status. There is no verbose filler or redundant explanation beyond what is useful for an agent.

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 one-parameter read-only list endpoint with strong annotations, the description is largely sufficient: it names the resource, scope, auth requirements, and safety profile. It does not mention pagination or response shape, and it leaves sibling selection implicit, but these are minor gaps for this level of complexity.

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?

The sole parameter zone_id is fully described in the input schema as 'CloudFlare zone ID', giving 100% schema description coverage. The description does not add extra meaning such as where to find the zone_id, expected format, or examples, so it stays at the baseline.

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 states a specific verb ('List'), resource ('DNS records'), and scope ('for a CloudFlare zone'), which is clear and immediately useful. It includes a Category line that helps group it with CloudFlare tools, but it does not explicitly differentiate itself from the similar generic DNS records endpoint among the siblings.

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?

Usage context is implied: it is a read-only operation for listing all DNS records on a CloudFlare zone, and it lists the required scope. However, it never explicitly says when to prefer this tool over alternatives such as panelica_dns_get_v1_dns_zones_domain_id_records, and no exclusion conditions are provided.

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