Skip to main content
Glama

list_ads

Lists ad creatives under an advertiser account, optionally filtered by campaign. Supports pagination with page and page size.

Instructions

广告创意列表 (Ad creative list).

List ad creatives under an advertiser account, optionally filtered by campaign.

Args: advertiser_id: The advertiser account ID. campaign_id: Optional campaign ID to filter ads by campaign. page: Page number for pagination (default 1). page_size: Number of records per page (default 20, max 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
advertiser_idYes
campaign_idNo
pageNo
page_sizeNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses pagination parameters and defaults but does not mention ordering, whether it returns active/archived items, rate limits, or error behavior. This is adequate but incomplete.

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: a bilingual title, a clear one-line summary, then an args list. No wasted words or redundancy.

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

Completeness3/5

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

Given the tool has 4 parameters, no output schema, and no annotations, the description covers parameters well but lacks behavioral context such as sorting, pagination iteration, or return format. For a list tool, this leaves some gaps.

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 description coverage is 0% (schema only has titles and defaults), so the description compensates well by explaining each parameter: advertiser_id (required), campaign_id (optional), page (default 1), page_size (default 20, max 100). It adds meaningful context beyond the schema.

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 'list' and the resource 'ad creatives/ad creatives', specifies the scope 'under an advertiser account' with optional filtering by campaign. It distinguishes from siblings like 'get_ad_detail' (singular) and 'list_campaigns' (different resource).

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 usage for listing ad creatives with optional filters but lacks explicit guidance on when not to use this tool or alternatives. Siblings like 'export_data' or 'get_ad_detail' exist but are not mentioned.

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/TonyWang-hub/mcp-cn-commerce'

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