Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

create_native_ad_item

Create a native ad item with custom variables, dimensions, click URL, and tracking pixels from a native template.

Instructions

Create a new native ad item using a native template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAd item name
widthNoAd width in pixels
heightNoAd height in pixels
locationNoClick-through URL
metadataNoCustom metadata key-value pairs
templateYesNative template ID
variablesYesTemplate variables as key-value pairs (keys should be integer strings)
tracking_pixelNoThird-party tracking pixel URL
tracking_pixelsNoArray of tracking pixel URLs
trusted_redirect_domainsNoTrusted redirect domains
Behavior2/5

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

No annotations are present, so the description carries full burden for behavioral disclosure. It does not mention permissions, whether this is a final vs. draft creation, side effects, or that it requires an existing native template. This is a minimal statement for a creation tool.

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 a single, concise sentence that front-loads the verb and object. Every word earns its place with no redundancy or filler.

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

Completeness2/5

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

For a tool with 10 parameters, nested objects, no output schema, and a sibling draft variant, this description is too minimal. It lacks prerequisites (e.g., template must exist), variable matching expectations, and any context about how it fits into the ad item workflow.

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?

Schema description coverage is 100% with detailed descriptions for all parameters, so the baseline is 3. The description's 'using a native template' adds no new parameter semantics beyond what the schema already states for the template field.

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 uses the specific verb 'Create' with a clear direct object 'new native ad item' and specifies the mechanism 'using a native template'. This distinguishes it from sibling tools like update_native_ad_item or draft_create_native_ad_item, which are clearly different operations.

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 phrase 'using a native template' implies this is the template-based creation path, but there is no explicit guidance on when to choose this over draft_create_native_ad_item or other create variants. No alternatives are named.

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/adbutler/mcp-server'

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