Skip to main content
Glama
AbnerZx

Meta Ads MCP

by AbnerZx

catalog_create_product

Create a product in a Meta catalog by providing SKU, price, currency, availability, condition, brand, image, and URL.

Instructions

Create a single product in a catalog.

Args: retailer_id: Your internal SKU/identifier. price: Price in cents (e.g., 9990 = R$99.90). currency: ISO 4217 (BRL, USD, EUR, etc.). availability: in stock, out of stock, preorder, available for order, discontinued. condition: new, refurbished, used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
nameYes
brandYes
priceYes
confirmNo
currencyYes
conditionYes
image_urlYes
catalog_idYes
descriptionYes
retailer_idYes
availabilityYes
extra_fieldsNo
Behavior2/5

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

Annotations are absent, so the description alone must disclose behavioral traits. It mentions 'Create' but does not explain that the 'confirm' parameter (default false) may control whether creation is final, nor does it describe any side effects or irreversibility. The behavior is too opaque for a mutating operation.

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 concise and well-structured: a single opening sentence followed by an Args list. Each bullet adds concrete value without any fluff or repetition.

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 has 13 parameters (11 required), no output schema, and no annotations. The description covers only 5 parameters and says nothing about return values, confirmation behavior, or prerequisites. It is not sufficient for an agent to invoke the tool reliably without further information.

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 description adds useful semantics for 'retailer_id' (internal SKU), 'price' (cents with example), 'currency' (ISO 4217), and enumerates allowed values for availability and condition. However, with 0% schema description coverage, it omits several required parameters (catalog_id, name, description, brand, image_url, url) and the optional confirm/extra_fields, leaving significant gaps.

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 states 'Create a single product in a catalog' with a specific verb and resource. It clearly distinguishes from siblings like catalog_create (creates a catalog) and catalog_update_product (modifies an existing product).

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, nor any prerequisites such as the catalog existing or the meaning of the 'confirm' parameter. Only the basic action is stated, leaving the agent without contextual decision support.

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/AbnerZx/meta-ads-mcp'

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