Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

cf_list_dns_records

Retrieve DNS records for a Cloudflare zone, filtering by type or name to inspect and manage DNS configuration.

Instructions

Lists DNS records for a Cloudflare zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pageNo
typeNo
zoneIdYesCloudflare Zone ID
perPageNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Lists' implies a non-destructive read, but nothing is said about pagination behavior, filtering semantics, rate limits, or what the response contains. For a tool with page/perPage parameters, the absence of any pagination note is a notable gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One efficient sentence with no wasted words, but it largely restates the tool name (cf_list_dns_records → 'Lists DNS records'). This is under-specification rather than deliberate brevity; there was room to add filtering or pagination context without bloating the description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, a single sentence is inadequate. Missing guidance on how zoneId is obtained, what type/name filters do, and pagination behavior leaves the agent to experiment or read the schema. The definition is not catastrophic (the resource is clear), but it is far from complete for a tool with this parameter count.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20%, so the description should compensate, but it mentions no parameters at all. Only zoneId has an inline description in the schema; name, page, type, and perPage are left to inference. The description adds zero value beyond what the parameter names already convey.

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?

States a specific verb ('Lists') and resource ('DNS records for a Cloudflare zone'), clearly identifying a read operation scoped to Cloudflare. It is distinguishable from cf_create_dns_record (write) and cf_get_analytics by resource, though it doesn't explicitly contrast with monitor_dns_lookup.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It doesn't mention that cf_get_zones would be needed to obtain the zoneId, nor how it differs from monitor_dns_lookup or monitor_dns_propagation for DNS inspection. The agent must infer the use case entirely from the tool name.

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/bypixels/SEO-MCP-PRO'

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