meta_ads_ad_rules_list
Lists Meta Automated Rules in an ad account to audit existing automation or find rule IDs for disabling or deleting rules. Returns rule status, evaluation and execution specs, and schedule.
Instructions
Lists Meta Automated Rules configured in the ad account. Returns id, name, status (ENABLED / DISABLED / DELETED), evaluation_spec summary, execution_spec summary (NOTIFICATION / PAUSE_CAMPAIGN / CHANGE_BUDGET / etc.), and schedule per rule. Read-only. Use this to audit existing automation before adding new rules or to find a rule_id before disabling / deleting an old one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| limit | No | Max records returned per call. Default 50, max 1000 per Meta Graph API. |