Meta Ads / API Reference
meta_ads_set_adset_budget_guardrails
Meta Ads tool. Set budget guardrails on an ad set within a Campaign Budget Optimization campaign. Use to control how Meta distributes the campaign budget among ad sets: - min_spend_target: soft floor (Meta tries to hit this but not guaranteed) - spend_cap: hard ceiling (Meta will never exceed this per day/lifetime) Values in smallest currency unit (e.g. 5000 = ₪50). Args: adset_id: Ad set ID (required). daily_min_spend_target: Minimum daily spend floor (soft). 0 = no floor. daily_spend_cap: Maximum daily spend cap (hard). 0 = no cap. lifetime_min_spend_target: Minimum lifetime spend floor (soft). 0 = no floor. lifetime_spend_cap: Maximum lifetime spend cap (hard). 0 = no cap.
This is a write tool: it sets adset budget guardrails 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:
Set adset budget guardrails in my Meta Ads account for [adset id].
It takes 1 required and 4 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
adset_id | string | Yes | Adset Id |
daily_min_spend_target | integer | No | Daily Min Spend Target |
daily_spend_cap | integer | No | Daily Spend Cap |
lifetime_min_spend_target | integer | No | Lifetime Min Spend Target |
lifetime_spend_cap | integer | No | Lifetime Spend Cap |
Related Meta Ads tools
meta_ads_set_page_ctameta_ads_set_page_publish_statusmeta_ads_ab_test_resultsmeta_ads_account_change_historymeta_ads_account_diagnosticsmeta_ads_account_spending_limit
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: