API Reference

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

ParameterTypeRequiredDescription
adset_idstringYesAdset Id
daily_min_spend_targetintegerNoDaily Min Spend Target
daily_spend_capintegerNoDaily Spend Cap
lifetime_min_spend_targetintegerNoLifetime Min Spend Target
lifetime_spend_capintegerNoLifetime Spend Cap

Related Meta Ads tools

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:

Start using MCP Ads