Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

Archive or unarchive category

category_action

Archive or unarchive a category to manage storefront visibility, keeping it restorable; optionally archive variants if a product would lose its last active category.

Instructions

Archive a category (soft delete: hidden from the storefront, restorable) or unarchive it. If the category is the only one of a product with non-archived variants, archiving requires archive_variants=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCategory ID (UUID).
actionYesAction to perform.
archive_variantsNoArchive only: also archive the variants left without any active category.
Behavior4/5

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

Since no annotations are provided, the description carries the full transparency burden. It discloses a key behavior: archive is a soft delete (hidden from storefront, restorable). It also reveals the conditional requirement for archive_variants, which is meaningful side-effect information. Missing are details on permissions or return format, but the disclosed behavior is non-trivial and valuable.

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, directly opens with the verb, and contains no filler. It efficiently packs the soft-delete framing, the restorability, and the conditional archive_variants requirement without repetition.

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?

Given there is no output schema and no annotations, the description covers the core context well: what the tool does, when to use it, and an important side-effect rule. It does not explain return values or broader effects on products, but for a simple toggle action, the context is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage with descriptions for all three parameters. The description adds extra meaning beyond the schema by explaining when archive_variants becomes necessary and clarifying the effect of the 'archive' action. This enrichment justifies a score above the baseline of 3.

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: 'Archive a category ... or unarchive it.' It also defines the nuance of soft delete and clearly distinguishes from siblings like update_category by naming the two actions. The title and description align, making the purpose unmistakable.

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 implies when to use the tool: when an archive/unarchive action is needed. It adds a crucial conditional ('If the category is the only one of a product with non-archived variants, archiving requires archive_variants=true'), which guides usage. However, it does not explicitly contrast with alternatives like update_category, though the title and action enum make this clear.

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/ztemerbekov/a1-yandex-kit-skills'

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