Skip to main content
Glama
askads

VK Ads MCP

Create banner (ad)

create_banner

Create a banner in an ad group by providing media content, text blocks, and URLs. The banner is assembled from these components as per VK Ads format.

Instructions

Creates a banner inside an ad group. Creative content references uploaded media via content, ad copy goes in textblocks and links in urls. These structures are sent verbatim; consult the VK Ads docs for the exact shape per ad format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoBanner name.
urlsNoLink objects, e.g. {"primary":{"url":"https://..."}}.
extraNoExtra banner fields merged into the body verbatim.
contentNoCreative content references (uploaded media ids).
adGroupIdYesParent ad group id.
textblocksNoText blocks, e.g. {"title":{"text":"..."},"text":{"text":"..."}}.
Behavior4/5

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

Annotations declare readOnlyHint=false and openWorldHint=true. The description adds context that structures are passed verbatim and external documentation is needed for exact shape, which is consistent and informative beyond the annotations.

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 sentences: the first states the core purpose, the second clarifies parameter usage and directs users to external docs. No redundant information; every sentence earns its place.

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 creation tool with 6 parameters and no output schema, the description covers parameter roles and points to external docs for complex shapes. It does not mention the return value (e.g., banner ID) but given context, it is mostly adequate.

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?

Schema coverage is 100% with descriptions, but the description adds value by grouping parameters (content, textblocks, urls) and explaining their roles (media references, ad copy, links). This holistic view improves understanding beyond individual schema descriptions.

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 creates a banner within an ad group, distinguishing it from sibling tools like update_banner (update vs. create) and create_ad_group (different resource). The verb 'creates' and resource 'banner' are specific.

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 description implies the tool is for creating banners inside ad groups but does not explicitly state when to use it over alternatives like raw_request or other creation tools. No when-not or exclusion criteria are given.

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-vk-ads'

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