Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Lamoda Product Card

lamoda_card
Read-onlyIdempotent

Retrieve a Lamoda product card by SKU or URL to get price, availability, sizes, and product info. Handles invalid SKUs and network errors.

Instructions

Fetch one Lamoda product card via the anonymous GraphQL endpoint (tier 1).

Return Format

LamodaCardResponse: {status, sku, title, brand, price_rub, old_price_rub, is_available, sizes[], url, tier_used, meta}. Lamoda exposes no ratings.

Error Format

ToolError: BadRequestError when no SKU can be extracted; NotFoundError when the SKU has no product; TransportDownError on HTTP failures; ParserDriftError when the GraphQL envelope changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sku_or_urlYesSKU (MP002XM1RMM3) or lamoda.ru product URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoLamoda SKU.
urlNoCanonical product URL.
_metaNoValidation metadata.
brandNoBrand name.
sizesNoPer-size availability.
titleNoProduct title.
statusNoResponse status: success or error.success
price_rubNoPrice in rubles; None when absent — never 0.
tier_usedNoFetch tier used: graphql, cdp.
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.3/5.0
Behavior5/5

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

Annotations already mark the tool read-only and idempotent, and the description adds meaningful behavior beyond that: it reveals the call is anonymous and tier 1, defines clear failure modes via ToolError variants, and documents that Lamoda has no ratings. There is no contradiction with the annotations.

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 one-line purpose is front-loaded, followed by two clearly headed sections for return and error formats. Every section earns its place with diagnostic value, and there is no filler or repetition of schema fields.

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 one-parameter read-only tool, the description covers purpose, input expectations, output shape, endpoint characteristics, and failure modes. The output schema exists for detailed return fields, and annotations cover safety, so nothing essential is missing for correct invocation.

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 single parameter sku_or_url is fully documented in the schema, including the accepted SKU format and a lamoda.ru URL example, so the description does not need to add much. It adds only the indirect hint that an input without an extractable SKU will fail with BadRequestError.

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 action ('Fetch') and a concrete resource ('one Lamoda product card'), and the singular 'product card' phrasing clearly separates it from lamoda_search and lamoda_selfcheck. The mention of the anonymous GraphQL endpoint and tier 1 also makes the tool's scope unmistakable.

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 description implies the caller needs a SKU or product URL, and the note that Lamoda exposes no ratings suggests one exclusion, but it never explicitly says when to prefer this tool over lamoda_search or lamoda_selfcheck. Usage guidance is left mostly to inference rather than stated.

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