Skip to main content
Glama
ihavealotofguap

oskelly-mcp

Resolve a banner/curated selection to products

oskelly_banner_catalog
Read-onlyIdempotent

Reads a banner catalog URL and returns the curated page's title, encoded filter preset, total item count, and first-page products.

Instructions

Open an oskelly.ru curated-selection page (a banner's catalogLink, e.g. https://oskelly.ru/catalog/bannerV2/) and return its title, the filter preset it encodes (for example a specific seller's wardrobe), the total item count and the first page of products. Curated pages are rendered server-side, so this reads the page's Nuxt payload rather than an API endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoReturn the raw upstream payload instead of the compact projection. Much larger.
catalogLinkYesFull catalogLink URL or path from oskelly_home_banners, e.g. https://oskelly.ru/catalog/bannerV2/b9766c43-ebe5-4a7a-8597-8d6294a2a055
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is established. The description adds that it reads the Nuxt payload rather than an API endpoint, which is important behavioral context about how it works. It also mentions the verbose flag for raw payloads. No contradictions.

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 two sentences, front-loaded with the action and return values, then explains the technical method. There is no fluff, every sentence contributes essential information. Efficient and clear.

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 tool with two parameters, one required, and no output schema, the description covers the essential aspects: what it does, how it works (Nuxt payload), and the source of the input (catalogLink from banners). It doesn't detail pagination or total count semantics, but with no output schema expected, this is sufficient for an agent to invoke correctly.

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%, so the schema already documents both parameters thoroughly. The description adds that catalogLink comes from oskelly_home_banners, which is helpful context, but it doesn't add meaning beyond the schema's own parameter descriptions. 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 clearly states the tool opens a curated-selection page via a banner's catalogLink and returns its title, filter preset, total item count, and first page of products. It uses a specific verb ('resolve') and resource ('curated selection'), and distinguishes it from API-based tools by noting it reads the Nuxt payload. This differentiates it from sibling tools like oskelly_search_products.

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

Usage Guidelines4/5

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

The description explains the tool is for curated pages from oskelly.ru banners, specifically when you have a catalogLink (e.g., from oskelly_home_banners). It implies when to use it (when dealing with banner links) and gives context that it uses server-side rendering. It doesn't explicitly state when not to use it, but the context is clear enough for an agent to select it correctly.

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

Install Server

Other Tools

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/ihavealotofguap/oskelly-mcp'

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