Skip to main content
Glama
MatiousCorp

Google Ad Manager MCP Server

create_third_party_creative

Add third-party HTML/JavaScript ad tags to Google Ad Manager for serving DCM/Campaign Manager, custom HTML, or external ad server creatives.

Instructions

Create a third-party creative (HTML/JavaScript ad tag).

Use this for DCM/Campaign Manager tags, custom HTML ads, or any third-party ad server tags that need to be served through Google Ad Manager.

Args: advertiser_id: ID of the advertiser name: Name for the creative width: Creative width in pixels height: Creative height in pixels snippet: The HTML/JavaScript code snippet (the ad tag) expanded_snippet: Optional expanded snippet for expandable creatives is_safe_frame_compatible: Whether the creative works in SafeFrame (default: True)

Returns the created creative details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
advertiser_idYes
nameYes
widthYes
heightYes
snippetYes
expanded_snippetNo
is_safe_frame_compatibleNo

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 the full burden of behavioral disclosure. It clearly indicates this is a creation/mutation operation ('Create', 'Returns the created creative details'), which is helpful. However, it doesn't mention important behavioral aspects like required permissions, whether this operation is idempotent, rate limits, or error conditions. The SafeFrame compatibility note is useful context but doesn't fully compensate for the missing behavioral information.

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 perfectly structured and concise. It begins with a clear purpose statement, provides usage context, then systematically documents parameters with helpful explanations, and ends with return information. Every sentence earns its place, with no redundant or unnecessary information. The information is well-organized and easy to parse.

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 the complexity of a 7-parameter creation tool with no annotations, the description does an excellent job covering the essentials. The parameter explanations are thorough, and the presence of an output schema means the description doesn't need to detail return values. However, for a mutation tool with no annotations, it could benefit from more behavioral context about permissions, side effects, or error handling to be fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description provides excellent parameter semantics through the 'Args:' section that clearly explains each of the 7 parameters. It adds meaningful context beyond the bare schema - explaining what 'advertiser_id' represents, clarifying that width/height are in pixels, describing what 'snippet' contains, explaining the purpose of 'expanded_snippet', and providing the default for 'is_safe_frame_compatible'. This fully compensates for the lack of 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 specific action ('Create a third-party creative') and resource type ('HTML/JavaScript ad tag'), with explicit examples of what it's used for (DCM/Campaign Manager tags, custom HTML ads, third-party ad server tags). It distinguishes itself from sibling tools like 'upload_creative' or 'bulk_upload_creatives' by specifying it's for third-party creatives with HTML/JavaScript code snippets.

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 about when to use this tool ('Use this for DCM/Campaign Manager tags, custom HTML ads, or any third-party ad server tags'), which helps differentiate it from other creative-related tools. However, it doesn't explicitly state when NOT to use it or mention specific alternatives among the sibling tools for different creative types.

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