meta_ads_ad_rules_list
List Meta Ads automated rules to audit existing automation, retrieving rule IDs, status, evaluation and execution specs, and schedule for disabling or deleting rules.
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 |
|---|---|---|---|
| limit | No | Max records returned per call. Default 50, max 1000 per Meta Graph API. | |
| 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. |