MCPHerramientas MCP/Conexiones/update_boost_config

update_boost_config

Writeconnections:write

Edit a saved boost configuration — e.g. change the budget, audience/targeting, or duration for boosting a Facebook/Instagram post. Pass only the fields you want to change. Identify it by its connectionId and configId (from list_boost_configs).

Parámetros
connectionIdstringobligatorio
The id of the connected account the config belongs to (required).
configIdstringobligatorio
The id of the boost config to update (required).
adAccountIdstringopcional
Change which ad account this config uses.
namestringopcional
New display name.
targetingobjectopcional
Ad targeting. All fields optional — omitted ones use the platform's defaults / broad targeting.
ageMinnumberopcional
Minimum age.
ageMaxnumberopcional
Maximum age.
gendersnumber[]opcional
Platform gender codes to target.
geoLocationsobjectopcional
Geographic targeting.
countriesstring[]opcional
ISO country codes.
regionsstring[]opcional
Region/state names or ids.
citiesstring[]opcional
City names or ids.
zipsstring[]opcional
Postal/ZIP codes.
interestsobject[]opcional
Interest targeting.
idstringopcional
namestringopcional
publisherPlatformsstring[]opcional
Platform surfaces to run on, e.g. ["facebook", "instagram"].
dailyBudgetnumberopcional
New daily budget in minor currency units (cents).
durationDaysnumberopcional
New duration in days.
delayHoursnumberopcional
New delay in hours before boosting starts.
publisherPlatformsstring[]opcional
Replaces the platform surfaces to run on.
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "update_boost_config",
    "arguments": {
      "connectionId": "string",
      "configId": "string"
    }
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.