Skip to main content
Glama
Raleose

dns-customer-mcp

by Raleose

Get DNS product specifications

dns_product_specs
Read-onlyIdempotent

Retrieve technical characteristics for a product ID, returning only real data without invented values. Compact output is enabled by default.

Instructions

Technical characteristics from /product/characteristics/{id}/. When parser_drift or sparse, do not invent values. Default compact=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare read-only, idempotent, and open-world behavior. The description adds valuable behavioral rules: do not fabricate values when parser_drift or sparse, and compact output is default. This goes beyond the structured hints and is consistent with them.

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?

Three terse sentences, with the core resource first, followed by the two operational caveats. No filler or restatement. The structure is efficient and scannable.

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?

The description covers the data source and important caveats, but it does not explain how the product id is provided given the empty schema, nor what the returned technical characteristics contain. There is no output schema to fill that gap and no usage guidance to disambiguate from sibling tools. For a no-parameter read tool, the lack of product-selection context is a meaningful hole.

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?

With zero parameters in the schema, the description has little formal parameter burden, but it references an {id} in the path and a compact default that do not appear in the input schema. This can confuse an agent about whether to supply an id or a compact flag. The description still conveys the endpoint and default behavior, so it is not entirely unhelpful.

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 clearly identifies the resource as technical characteristics served from /product/characteristics/{id}/, and the title supplies the 'get' verb. It does not explicitly contrast with siblings like dns_product_details or dns_product_variants, but the endpoint and 'specifications' scope make the purpose unambiguous.

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?

The description gives no guidance on when to prefer this tool over the many sibling tools. The only conditional ('When parser_drift or sparse') is a data-quality caveat, not a usage selector. This leaves an agent to infer the appropriate context from the name alone.

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/Raleose/dns-customer-mcp'

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