ZuckerBot › Tool reference › Audiences
zuckerbot_update_portfolio
| Name | Type | Description | |
|---|---|---|---|
portfolio_id | string | required | Audience portfolio ID to update |
name | string | optional | New portfolio name |
total_daily_budget_cents | number | optional | New total daily budget in cents (minimum 500) |
is_active | boolean | optional | Enable or disable the portfolio for autonomous evaluation |
tiers | array | optional | Updated tier configuration. Replaces the existing tiers array. |
{
"tool": "zuckerbot_update_portfolio",
"arguments": {
"portfolio_id": "<portfolio_id>"
}
}
You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_update_portfolio and fills the arguments for you.