Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

update_rich_media_ad_item

Modify rich media ad items by updating creative, click-through URL, tracking pixels, expand directions, and custom metadata. Adjust existing ad configurations accordingly.

Instructions

Update an existing rich media ad item

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAd item ID
nameNoAd item name
creativeNoRich media creative ID
locationNoClick-through URL
metadataNoCustom metadata key-value pairs
tracking_pixelNoThird-party tracking pixel URL
tracking_pixelsNoArray of tracking pixel URLs
html_content_belowNoHTML content below the ad item
trusted_redirect_domainsNoTrusted redirect domains
expand_vertical_directionNoVertical expand direction
expand_horizontal_directionNoHorizontal expand direction
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only states an update operation without disclosing partial update semantics, side effects, permission requirements, or behavior for omitted fields.

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 a single, front-loaded sentence with no superfluous words. It is concise, though it lacks detail that would be useful for a complex tool.

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?

This is a complex tool with 11 parameters, nested objects, enums, and no annotations or output schema. A one-sentence description is grossly insufficient to help an agent understand update semantics, relationship to draft workflows, or the effect of omitting fields.

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 schema has 100% description coverage for all 11 parameters, so the baseline is 3. The description adds no additional parameter context, but the schema already documents each field.

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

Purpose4/5

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

The description states the verb 'Update' and the resource 'rich media ad item', clearly indicating a mutation operation. However, it does not distinguish between this and sibling tools like draft_update_rich_media_ad_item, nor does it mention any scope or specific fields.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention draft versions, required prerequisites, or exclusions.

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