Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

update_ortb_native_data_asset

Modify an existing data asset within an ORTB native template by providing its asset ID and template ID. Change its length or type as required.

Instructions

Update an existing data asset for an ORTB native template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesData asset ID
lenNoMax length
typeNoData asset type
template_idYesORTB native template ID
Behavior1/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It only says 'Update an existing data asset'—nothing about partial vs full updates, effects on unspecified fields, required permissions, or response format. No additional context is offered beyond the operation itself.

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, front-loaded sentence with no redundant wording. It earns its place by clearly stating the operation and scope, and nothing more is needed for conciseness.

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?

This mutation tool lacks annotations and an output schema, yet the description does not explain return values, partial update behavior, or when to use it. While the schema covers parameters, the overall description is minimal and leaves noticeable gaps for an agent.

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 coverage is 100% with descriptions for all four parameters (id, len, type, template_id). The description adds no parameter-specific information, so the baseline of 3 applies because the schema already documents parameters sufficiently.

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 operation (Update) and resource (existing data asset) scoped to an ORTB native template. It distinguishes this from create/delete/get tools in the same family by specifying 'existing'.

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?

No guidance is provided on when to use this tool versus alternatives like create_ortb_native_data_asset or update_ortb_native_image_asset. It does not mention prerequisites, use cases, 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