Skip to main content
Glama
askads

Yandex Direct MCP

Create sitelink set

create_sitelinks_set

Create an immutable sitelink set with up to 8 links for Yandex Direct ads. Assign the set to ads to display sitelinks; replace the set to update links.

Instructions

Creates a sitelink set (1–8 links). Sets are immutable — to change links, create a new set and reassign it to the ad.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sitelinksYes1–8 sitelinks.
Behavior5/5

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

Annotations indicate this is not read-only and not destructive. The description adds critical behavioral detail: sets are immutable and require reassignment to the ad after creation. This goes beyond what annotations provide.

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?

Two concise sentences. The first states purpose, the second explains behavior. No wasted words.

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 simple creation tool with one parameter and good annotations, the description covers key behaviors (immutability, reassignment). Lacks explicit mention of return value, but the context is sufficient for agent use.

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 coverage is 100% with descriptions for each field. The description only reiterates the array length constraint (1–8 links) already in the schema. Adds no new semantic value for parameters beyond what the schema offers.

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 verb 'creates', the resource 'sitelink set', and the constraint '1–8 links'. It distinguishes from siblings like 'delete_sitelinks' by specifying creation and immutability.

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?

Provides useful context about immutability and the need to create a new set and reassign to change links. Does not explicitly list when-not or alternatives, but the workflow guidance helps the agent decide when to use this tool.

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/askads/mcp-yandex-direct'

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