Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

Create characteristic

create_characteristic

Add a product characteristic to the Yandex KIT e-commerce catalog to define item attributes.

Instructions

Create a product characteristic. Call get_operation_schema("CreateCharacteristic") for the exact request shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
characteristicYesCharacteristic matching the CreateCharacteristic request schema.
Behavior2/5

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

Because no annotations are provided, the description carries the full behavioral burden. It states the primary side effect (creating something), but it does not disclose permission requirements, idempotency, duplicate handling, or what happens to related data. It also does not describe the response behavior.

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 compact sentences. The purpose is front-loaded, and the follow-up instruction about retrieving the exact request schema is both relevant and necessary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is reasonably complete for a simple create operation because it tells the agent where to get the precise request shape. However, with no annotations and no output schema, it still leaves important context unspecified, such as error behavior, authorization needs, and what the response contains.

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 schema only presents an opaque nested object, so the description adds meaningful value by instructing the agent to call get_operation_schema("CreateCharacteristic") for the exact request shape. This compensates for the otherwise unhelpful parameter definition.

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 says exactly what the tool does: "Create a product characteristic." The verb and noun are specific, and the resource clearly distinguishes it from list/update characteristic tools and from characteristic-group tools elsewhere in the sibling set.

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 action "Create a product characteristic" makes the basic usage obvious, but the description does not mention preconditions, when not to use this tool, or alternatives such as update_characteristic. The guidance is implied rather than stated.

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