MCPFerramentas MCP/Conexões/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
connectionIdstringobrigatório
The id of the connected account the config belongs to (required).
configIdstringobrigatório
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.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "update_boost_config",
"arguments": {
"connectionId": "string",
"configId": "string"
}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.