Skip to main content
Glama
Raleose

dns-customer-mcp

by Raleose

Browse DNS category

dns_category_browse
Read-onlyIdempotent

Retrieve products in a DNS category by slug, with sort, pagination, and price filters. Accepts short aliases like videokarty for quick lookup.

Instructions

Products inside a category. Prefer slug from dns_list_categories ({uuid}/name); short aliases (videokarty, noutbuki, processory) resolve via search fallback. sort=price_desc works within the category (not the whole catalog).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
richNoAlias for compact:false — return full payload
sortNopopular
limitNo
compactNoDefault true: slim fields (saves context). false or rich:true returns full nested payloads.
categoryYesCategory slug from dns_list_categories
priceMaxNo
priceMinNo
Behavior4/5

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

Annotations already mark the operation as read-only, idempotent, and open-world. The description adds useful behavioral details beyond that: slug resolution through a fallback search and category-scoped sort behavior. It does not mention every behavioral nuance such as pagination or response shape, but the annotations carry the safety profile.

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 short sentences, each earning its place: the core purpose, the slug guidance with aliases, and the category-scoped sort warning. The most important information is front-loaded, with no filler or redundancy.

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 read-only category browsing tool with no output schema, the description supplies the essential invocation context: how to reference a category correctly, that aliases may be resolved, and that sort is scoped to the category. It leans on the schema for pagination and filtering fields; those are legible enough. It is not a 5 because the response payload is never characterized, leaving some uncertainty despite the compact/rich schema hints.

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 low (38%), and the description does partially compensate by clarifying the category parameter format and the meaning of sort=price_desc within a category. However, page, limit, priceMin, and priceMax still lack meaningful semantic guidance beyond their names and schema defaults, so it does not fully cover the parameter space.

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 opens with 'Products inside a category,' which clearly identifies the resource and scope. It references dns_list_categories for slug sourcing, making the tool's role distinct enough without an explicit comparison to every sibling. It stops short of a 5 because it does not explicitly differentiate from related browsing tools like dns_brand_catalog or dns_search.

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

Usage Guidelines4/5

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

The description gives practical guidance: prefer the slug returned by dns_list_categories, know that short aliases resolve through search fallback, and understand that sort=price_desc is category-scoped. This is clear contextual usage advice, though it does not state when not to use this tool or name alternatives explicitly.

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