Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Citilink Product Card

citilink_card
Read-onlyIdempotent

Retrieve a Citilink product card from a product URL to see current price, old price, availability, and title in a structured response.

Instructions

Fetch one Citilink product card.

Return Format

CitilinkCardResponse: {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_urlYescitilink.ru product URL containing /product/<slug>/, e.g. /product/noutbuk-lenovo-2169270/

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

A4.1/5.0
Behavior4/5

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

Annotations already cover readOnly, idempotent, openWorld, and non-destructive behavior, so the bar is lower. The description adds valuable context by documenting the exact return fields and three meaningful error modes: missing product id, transport/CDP/Qrator failures, and parser drift. This goes beyond what annotations alone provide.

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?

The description is compact and well-structured: a one-line purpose, a return format section, and an error format section. Every section earns its place, and the most important usage information is front-loaded.

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?

For a single-parameter, read-only fetch tool, the description is complete: it states what is returned, what can go wrong, and what input is expected. The presence of output schema details in the description also removes ambiguity about the response shape.

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 100% because product_url is fully documented with format and example. The tool description adds no new parameter-level meaning, so the baseline of 3 is appropriate.

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 opens with a specific verb-resource pairing: 'Fetch one Citilink product card.' The word 'one' and the resource type distinguish it clearly from sibling tools like citilink_search and the various self-check tools. An agent can immediately tell what this tool is for.

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

Usage Guidelines3/5

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

The intended use is implied by 'Fetch one Citilink product card' and the requirement of a product_url, but the description does not explicitly state when to prefer this tool over citilink_search or other card tools. There is no direct alternative guidance or exclusion criteria.

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