Skip to main content
Glama

List creatives

list_creatives
Read-onlyIdempotent

Retrieve paginated ad creatives from your Avito Ads account with filters by status, campaign, group, date, advertiser, and type. Includes creative metadata, legal (ERID) info, and API points balance.

Instructions

Lists the account's creatives — the ads themselves — one page at a time. Returns {total, items, page, limit, hasNextPage} plus apiPointBalance (weekly API points left). Each creative carries id, name, title, description, buttonText, link, status, groupID, campaignID, advertiserID, paymentModel, campaignType and legalInfo (the ad-registry/ERID data). Read-only: creatives cannot be uploaded, edited, sent to moderation, paused or deleted through this API — only ad-group budget and bid are writable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoCreative ids to keep.
pageNo1-based page number. Default 1.
limitNoPage size, 1..100. Default 20.
filterNoEscape hatch: extra filter keys merged as-is into the request filter (API spelling). The named fields above win on conflict.
groupIdsNoAd group ids whose creatives to keep.
managersNoManager (account user) ids whose creatives to keep.
statusesNoCreative statuses to keep: draft, ready_for_moderation, in_moderation, moderation_failed, erir_registration, active, paused, stopped, finished, archived.
timeFrameNoKeep creatives whose flight window falls in this range: {from, to}, YYYY-MM-DD.
advertisersNoAdvertiser ids whose creatives to keep.
campaignIdsNoCampaign ids whose creatives to keep.
campaignTypesNoCampaign types to keep: textImage, HTML, video.
paymentModelsNoPayment models to keep: CPM, CPC.
Behavior5/5

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

The description adds significant behavioral detail beyond the readOnlyHint annotation, including the response shape {total, items, page, limit, hasNextPage} plus apiPointBalance, the field list for each creative, and specific write restrictions. This exceeds 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?

The description is concise and well-structured: it starts with the core purpose, then return fields, creative fields, and a read-only caveat. Each sentence adds value with no redundancy.

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

Completeness5/5

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

With no output schema, the description fully explains the return structure and item fields, while the schema covers all parameters. The read-only context and API point balance note fill in behavioral gaps, making the tool self-contained.

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?

All 12 parameters are thoroughly described in the schema (100% coverage), so the baseline is 3. The description does not add additional parameter meaning beyond the schema's 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 lists the account's creatives (the ads themselves) with pagination. It distinguishes creatives from sibling tools like list_campaigns and list_groups by defining them as ads themselves, providing a specific verb and resource.

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 provides clear context for when to use: it lists creatives and is read-only. It explicitly states creatives cannot be uploaded, edited, sent to moderation, paused, or deleted, giving when-not guidance, but does not name alternative tools for those operations.

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/A1-x-Tech/mcp-avito-ads'

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