Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Megamarket Product Card

megamarket_card
Read-onlyIdempotent

Fetch a Megamarket product card by goods ID or URL to get current price, availability, rating, and product link in one structured response.

Instructions

Fetch one Megamarket product card.

Return Format

MegamarketCardResponse: {status, item_id, title, price_rub, old_price_rub, is_available, rating, rating_count, url, tier_used, meta}.

Error Format

ToolError: BadRequestError on unparseable input; NotFoundError on a missing goods id; TransportDownError on ServicePipe refusals; ParserDriftError on envelope drift.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_id_or_urlYesGoods id or megamarket.ru product URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical product URL.
_metaNoValidation metadata.
titleNoProduct title.
ratingNoAverage rating.
statusNoResponse status: success or error.success
item_idNoMegamarket goods id.
price_rubNoPrice in rubles; None when absent — never 0.
tier_usedNoFetch tier used (cdp).
is_availableNoWhether the product is sellable now.
rating_countNoReview count.
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?

The description goes well beyond the readOnlyHint/idempotentHint annotations by specifying the exact response envelope (MegamarketCardResponse fields) and detailed error modes including BadRequestError, NotFoundError, TransportDownError, and ParserDriftError. No contradiction with annotations exists.

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, front-loaded with the core purpose, and uses clear Return Format / Error Format sections that add useful structure without redundancy. Every sentence contributes relevant information.

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 card lookup, the description together with the schema and annotations is complete: it states what is returned, how failures surface, and what input is expected. Search and discovery concerns belong to sibling tools, so their absence is not a gap.

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 schema already fully documents the single parameter with 100% coverage ('Goods id or megamarket.ru product URL'), so the description adds no additional parameter-level meaning. Baseline 3 is appropriate given full schema coverage.

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 states a specific verb and resource: 'Fetch one Megamarket product card.' The word 'one' clearly distinguishes this from the sibling megamarket_search tool, and the Megamarket qualifier distinguishes it from the many other marketplace 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 Guidelines3/5

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

Usage context is implied rather than explicit: the tool is for fetching a single known Megamarket product card, so an agent can infer it should be used when it already has an item id or URL. However, it does not explicitly say when not to use it or direct the agent to megamarket_search for discovery.

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