Skip to main content
Glama
askads

Yandex Direct MCP

Создать набор быстрых ссылок

create_sitelinks_set

Create a set of 1-8 sitelinks for ads. Since sets are immutable, replace them by creating a new set and reassigning it to the ad.

Instructions

Создаёт набор быстрых ссылок (1–8 штук). Наборы неизменяемы — чтобы поменять ссылки, нужно создать новый набор и переназначить его объявлению.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sitelinksYesОт 1 до 8 быстрых ссылок.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changedv1.5.1
    • changedInput schema / properties / sitelinks / description
      Previous value: -"1–8 sitelinks."New value: +"От 1 до 8 быстрых ссылок."
    • changedInput schema / properties / sitelinks / items / properties / description / description
      Previous value: -"Sitelink description (for some ad types)."New value: +"Описание быстрой ссылки (для некоторых типов объявлений)."
    • changedInput schema / properties / sitelinks / items / properties / href / description
      Previous value: -"Sitelink URL."New value: +"URL быстрой ссылки."
    • changedInput schema / properties / sitelinks / items / properties / title / description
      Previous value: -"Sitelink title."New value: +"Текст быстрой ссылки."
  2. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=false), the description discloses the immutability behavior and the need to reassign the set, which are important side effects not captured elsewhere. This adds meaningful transparency for the agent.

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-loads the action, and states the key constraint (immutability) and follow-up action (reassign) efficiently. There is no extraneous information, and the structure is clear and easy to parse.

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 the absence of an output schema and the presence of sibling tools, the description covers the essential behavioral aspects: what it does, the item limit, and the immutability implication. It could explicitly state that the created set is not automatically assigned to an ad, but the phrase 'reassign' implies this, so it is sufficiently complete.

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 describes the 'sitelinks' parameter with the same range (1-8 items) and item details. The description does not add new parameter-level information beyond reiterating the range, so it meets but does not exceed the baseline for 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 action ('Creates a set of quick links') and specifies the resource and its constraints (1-8 items). This distinguishes it from sibling tools like get_sitelinks and delete_sitelinks, leaving no ambiguity about the tool's purpose.

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 that sets are immutable and that to change links, one must create a new set and reassign it to an ad. This provides clear guidance on when to use this tool (for initial creation or replacement), covering the primary use case without explicitly listing alternatives.

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