DNS-Shop Product Card
dns_cardFetches a DNS-Shop product card from its URL, returning price, old price, availability, and title.
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
| Name | Required | Description | Default |
|---|---|---|---|
| product_url | Yes | dns-shop.ru product URL containing /product/<id>/, e.g. /product/b7a1667f9b19ed20/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| title | No | ||
| status | No | ||
| price_rub | No | ||
| tier_used | No | ||
| product_id | No | ||
| is_available | No | ||
| old_price_rub | No |