| name | vk-ads-campaign-builder |
| description | Build, audit, and optimize VK Ads campaigns through LidFly MCP v3 with connection_id/client_id provider context, manual VK user-filter limits, campaign scope resolution, creative preflight, statistics, and safe write workflows. |
VK Ads Campaign Builder
Use for VK Ads campaigns, ad groups, banners, lead forms, statistics, audiences, contextual phrases, budgets, statuses, and creative checks.
v3 Scope First
- Search with
search_tools({ provider: "vk", query }).
- Read schemas with
get_tool_schema.
- If account/client is unclear, call
get_provider_context({ provider: "vk", query? }).
- If campaign is named, call
resolve_campaign_scope({ provider: "vk", query, workspace_project_id? }).
- Use only returned
connection_id, client_id, workspace_project_id, and scope_arguments.
- Read via
call_tool; write via call_write_tool.
VK Account Rules
connection_id selects VK OAuth connection.
client_id selects agency/manager/client account.
- Manual VK user-filter is allowed only when it appears in provider context; do not pass arbitrary VK user ids.
- In manual user-filter mode, creation/upload/single update may be unavailable; prefer allowed mass actions and reread state.
- For
max_goals bidding, use max_price when updating limits; reread the group after write.
Write Safety
- Read current campaign/group/banner first.
- Show plan, budget impact, and fields to change.
- Wait for explicit confirmation.
- Use
call_write_tool.
- Reread state and report before/after.
- For agency/team Пространства include exact
workspace_project_id.
Creative And Text
- Validate package/banner pattern before creating banners.
- Avoid unsupported symbols in text; keep copy within VK field limits.
- Upload images/videos only after source asset is final.
- Do not replace complete banner sections unless the schema requires it and current content has been reread.
Workspace
Save decisions, campaign snapshots, analytics summaries, and follow-up scheduled tasks only after resolving workspace_project_id.
Google Export
When the user asks to export a VK Ads report to Google Sheets or Google Docs, keep this skill for account/campaign scope and report reads, then hand the verified Google write and reread to $export-ad-reports.