Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_dns_view

Retrieve detailed information about a specific DNS view by providing the account ID and view ID. Use this tool to inspect DNS view configuration and settings.

Instructions

Get details of a DNS view

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_idYesThe view ID
account_idYesThe account ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.9/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, yet it only implies a read operation. It does not mention error behavior, authorization requirements, what 'details' are included in the response, or the relationship to the account_id parameter. The brief phrasing adds little beyond the tool name itself.

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?

The single sentence has zero waste and is front-loaded, which is good. However, the brevity is also the source of the problem: it is efficient but structurally thin, providing no context beyond the minimal action statement.

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

Completeness3/5

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

For a simple getter with only two required parameters, the description is mechanically sufficient to make the call. However, with no output schema and no annotations, it fails to clarify what a DNS view is, what details are returned, or how the view_id is obtained (the list_dns_views sibling). The missing sibling relationship is the main gap.

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% (both view_id and account_id have descriptions), so the baseline of 3 applies. The description adds no parameter-level meaning beyond the schema, but the schema already documents both parameters adequately for a simple get-by-ID operation.

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 'Get details of a DNS view' states a specific verb ('Get') and resource ('DNS view'), making the core action unambiguous. It is distinguishable from the many other get_* siblings because the resource name is specific, though it does not explicitly differentiate itself from the natural counterpart list_dns_views.

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 is given on when to use this tool, what prerequisites exist (e.g., obtaining a view_id via list_dns_views), or how it relates to sibling tools. The agent is left to infer the list-then-get workflow entirely on its own.

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/pocc/cloudflare-mcp'

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