Skip to main content
Glama
Raleose

dns-customer-mcp

by Raleose

Search DNS Shop products

dns_search
Read-onlyIdempotent

Search dns-shop.ru products and retrieve price, rating, and stock availability. Filter results by price range, stock status, and sorting.

Instructions

Search products on dns-shop.ru. Returns id (16-hex), name, price, rating, stock (in_stock|tomorrow|order|out_of_stock|unknown), url. Prices and stock depend on session city (dns_get_location / dns_set_city). sort=price_desc ranks only the current query results (DNS order=price-desc), not the entire DNS catalog. For 3+ queries use dns_search_multi (one round-trip, shared session — avoids burst SESSION_DROP). Default compact=true. Prefer limit 5–8. Next: dns_product_details / dns_compare_products / dns_products_batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResults page (default 1)
richNoAlias for compact:false — return full payload
sortNopopular | price | price_desc | rating | new | discountpopular
limitNoHow many products to return (1–40, default 8)
queryYesKeywords, e.g. "ноутбук lenovo"
compactNoDefault true: slim fields (saves context). false or rich:true returns full nested payloads.
inStockNoIf true, prefer in-stock items (stock=now)
priceMaxNoMaximum price in rubles
priceMinNoMinimum price in rubles
Behavior5/5

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

Annotations already declare readOnly/openWorld/idempotent, and the description adds useful behavioral context beyond those: results depend on the session city, compact defaults to true, and stock is returned as a fixed enum. The description also surfaces the SESSION_DROP concern without contradicting any annotation.

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

Conciseness4/5

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

The description is dense but not wasteful; every sentence contributes either purpose, a caveat, or routing guidance. It could be improved with more visual structure or bullets, but the front-loaded purpose and compact phrasing keep it scannable.

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

Completeness5/5

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

There is no output schema, so the description appropriately explains the return contract (id format, stock enum, key fields) and important contextual behavior like session-city dependence and sort scoping. Combined with the schema and annotations, nothing critical is missing for an agent to call this tool correctly.

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

Parameters4/5

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

Since the schema covers 100% of the 9 parameters, the baseline is 3. The description adds meaning by explaining the compact default, the preferred limit range, and the query-scoped behavior of sort=price_desc, which is not obvious from the schema alone. It does not add nuance for every parameter, but the schema already documents those.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Search products on dns-shop.ru') and enumerates the exact return fields, so it is immediately distinguishable from the many dns_* sibling tools. The description makes the tool's role as the product-search entry point clear.

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

Usage Guidelines5/5

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

Explicitly tells the agent to use dns_search_multi for 3+ queries to avoid SESSION_DROP, and names likely follow-ups (dns_product_details, dns_compare_products, dns_products_batch). It also gives operational guidance like preferring limit 5–8 and clarifies that sort=price_desc applies only to the current query results, not the full catalog.

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