Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

create_product_catalog_item

Create a new product catalog item with required publisher and catalog IDs, plus optional fields like name, price, and URL, to add products to an advertising catalog.

Instructions

Create a new item in a product catalog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoItem URL
nameNoItem name
priceNoItem price
categoryNoItem category
image_urlNoItem image URL
catalog_idYesCatalog ID
identifierNoUnique identifier for the catalog item
descriptionNoItem description
publisher_idYesPublisher ID
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only restates the function without explaining side effects, required parent resources, validation rules, or response behavior. This is insufficient for a mutation 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 with no fluff. It front-loads the purpose efficiently and every word earns its place.

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?

The tool is a 9-parameter create operation with no output schema or annotations. The description fails to mention the necessity of publisher_id and catalog_id, the return format, or the relationship to product catalogs. It is under-specified for an unannotated mutation tool.

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 covers all nine parameters with descriptions (100% coverage), so the baseline is 3. The description adds no parameter-level detail, but the schema already handles the semantics.

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 a specific verb (Create) and resource (item in a product catalog), clearly distinguishing it from sibling tools like create_product_catalog (which creates a catalog itself) and create_catalog_ad_item (which creates an ad item). The phrasing is unambiguous and matches the tool name.

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 prerequisites (e.g., needing an existing product catalog), exclusions, or when to prefer related tools like create_catalog_ad_item or bulk_upload_product_catalog.

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