API Reference

Meta Ads / API Reference

meta_ads_update_catalog_product

Meta Ads tool. Update a single product in a catalog by retailer ID. Args: catalog_id: Meta product catalog ID. retailer_id: The product's retailer_id (your internal SKU / product ID). updates: JSON object with fields to update. Common fields: name, description, price (in cents, e.g. 9900 for $99), sale_price, availability (in stock/out of stock), url, image_url, condition (new/refurbished/used). Example: '{"price":9900,"availability":"in stock"}'

This is a write tool: it updates catalog product in your Meta Ads account. Claude asks you to confirm before it runs.

Ask Claude

You do not call this tool yourself. Ask for the outcome and the client picks the tool:

Update catalog product in my Meta Ads account for [catalog id], [retailer id], [updates].

It takes 3 required and 0 optional parameters.

Parameters

ParameterTypeRequiredDescription
catalog_idstringYesCatalog Id
retailer_idstringYesRetailer Id
updatesstringYesUpdates

Related Meta Ads tools

Before you can call it

This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.

Workflows that use this

Rather than calling tools one at a time, these skills run a whole procedure against the same account:

Start using MCP Ads