Skip to main content
Glama
MatiousCorp

Google Ad Manager MCP Server

bulk_upload_creatives

Upload multiple image creatives from a folder to Google Ad Manager and link them to a specific line item and advertiser. Supports JPG, PNG, and GIF formats for batch processing.

Instructions

Upload all creatives from a folder and associate with a line item.

Args: folder_path: Path to folder containing image files advertiser_id: ID of the advertiser line_item_id: ID of the line item click_through_url: Destination URL when clicked name_prefix: Optional prefix for creative names

Supported formats: jpg, jpeg, png, gif. Returns results for all uploads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_pathYes
advertiser_idYes
line_item_idYes
click_through_urlYes
name_prefixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the bulk operation, supported file formats, and that it returns results for all uploads, which adds useful behavioral context. However, it doesn't mention potential side effects (e.g., overwriting existing creatives), authentication needs, rate limits, or error handling for unsupported files.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a purpose statement, parameter explanations, and additional notes. Every sentence adds value, though the 'Args:' section could be integrated more smoothly. It's appropriately sized for a 5-parameter tool with behavioral details.

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?

Given no annotations, 0% schema coverage, but an output schema exists, the description provides good context. It covers purpose, parameters, supported formats, and return behavior. The output schema will handle return values, so the description doesn't need to detail them. Some gaps remain in behavioral transparency.

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%, so the description must compensate. It provides clear semantic meaning for all 5 parameters: folder_path specifies the source, advertiser_id and line_item_id identify targets, click_through_url defines the destination, and name_prefix is optional for naming. This adds significant value beyond the bare schema types.

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 specific action ('Upload all creatives from a folder and associate with a line item'), identifies the resource ('creatives'), and distinguishes from siblings like 'upload_creative' (singular) and 'upload_and_associate_creative' (which might handle single files). The bulk nature and folder-based approach are explicitly stated.

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 when you have multiple creatives in a folder to upload and associate with a line item, but doesn't explicitly state when to use this vs. alternatives like 'upload_creative' (for single files) or 'associate_creative_with_line_item' (for existing creatives). No explicit exclusions or prerequisites are 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/MatiousCorp/google-ad-manager-mcp'

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