pinterest_ update_ campaign_ budget
Change the daily or lifetime budget of a Pinterest campaign. A write tool that previews before it changes anything, one of 31 Pinterest Ads tools on the Get…
Change the daily or lifetime budget of a Pinterest campaign. Amount in the account currency. Pinterest expects micro units of the currency, the conversion is done here. Previews by default.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Owning ad account, with or without the act_ prefix. |
campaignId | string | Required | Campaign ID. |
dailyBudget | number | Optional | New daily budget, in the account currency. |
lifetimeBudget | number | Optional | New lifetime budget, in the account currency. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_update_campaign_budget",
"args": {
"adAccountId": "<string>",
"campaignId": "<string>"
}
}
}