Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

DNS-Shop Product Card

dns_card
Read-onlyIdempotent

Retrieve a DNS-Shop product card by URL to get price, availability, and product details.

Instructions

Fetch one DNS-Shop product card.

Return Format

DnsCardResponse: {status, product_id, title, price_rub, old_price_rub, is_available, url, tier_used, meta}.

Error Format

ToolError: BadRequestError when the URL carries no product id; TransportDownError on CDP/Qrator failures; ParserDriftError when a rendered card has neither title nor price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_urlYesdns-shop.ru product URL containing /product/<id>/, e.g. /product/b7a1667f9b19ed20/

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical product URL.
_metaNoValidation metadata.
titleNoProduct title.
statusNoResponse status: success or error.success
price_rubNoPrice in rubles; None when absent — never 0.
tier_usedNoFetch tier used (cdp).
product_idNoDNS product id/slug tail.
is_availableNoWhether the product is sellable now.
old_price_rubNoStrikethrough price in rubles.

Schema Changelog

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

  1. First observedv1.2.2

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already signal readOnly, idempotent, and non-destructive; the description adds concrete failure modes (BadRequestError, TransportDownError, ParserDriftError) and the exact response shape, which helps an agent anticipate what happens on bad input or site changes. This exceeds the annotation-only picture.

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 compact: a one-line purpose followed by terse, structured Return/Error sections. It is slightly redundant with the existing output schema, but every line carries behavioral or format information, so it earns its place.

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 single-parameter read tool, the description covers the main action, return shape, and principal errors, which is sufficient given the annotations and output schema. It omits explicit usage guidance, but that is a minor gap at this simplicity level.

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?

The input schema already describes product_url fully with format and example, giving 100% coverage. The description does not elaborate on the parameter beyond referencing product_id in the return format, so it adds no new parameter-level meaning.

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?

The description uses the specific verb 'Fetch' with the resource 'DNS-Shop product card', and the word 'one' clarifies it targets a single product rather than a search or listing. This distinguishes it from siblings like dns_search and dns_selfcheck, and the domain prefix separates it from other marketplaces' card tools.

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 choose this tool over alternatives; it does not mention dns_search for finding products first or dns_selfcheck for health checks. The only implied context is that it takes a product URL, which appears in the schema rather than the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/neuratechcompany-ops/kettu-marketplace-mcp'

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