Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

update_native_ad_item

Update an existing native ad item's properties, including name, click URL, metadata, template variables, tracking pixels, and redirect domains. Provide the ad item ID to modify its configuration.

Instructions

Update an existing native ad item

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAd item ID
nameNoAd item name
locationNoClick-through URL
metadataNoCustom metadata key-value pairs
templateNoNative template ID
variablesNoTemplate variables as key-value pairs
tracking_pixelNoThird-party tracking pixel URL
tracking_pixelsNoArray of tracking pixel URLs
trusted_redirect_domainsNoTrusted redirect domains
Behavior1/5

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

With no annotations, the description must fully disclose behavioral traits such as whether the update is partial or full, effects on unspecified fields, permission requirements, or response format. The one-line description discloses none of these.

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

Conciseness2/5

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

The description is brief but severely under-specified. It conveys almost no useful information, making it a deficient placeholder rather than a concise, information-dense summary.

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

Completeness1/5

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

Given the tool's moderate complexity (9 parameters, nested objects), and the absence of annotations or output schema, the description is critically incomplete. It fails to explain return values, error behavior, or any contextual details needed for correct usage.

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?

The input schema provides descriptions for all 9 parameters, including the required 'id' and fields like 'name', 'location', 'metadata', etc. Since schema coverage is 100%, the description need not repeat parameter details, and the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update an existing native ad item' is effectively a paraphrase of the tool name, providing no additional detail about the resource's fields or scope. It fails to distinguish from sibling tools like create_native_ad_item or draft_update_native_ad_item.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidance is provided. The description does not indicate when to use this tool over create, delete, or draft update variants, nor does it mention any prerequisites or alternatives.

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