Ad Account Tools
Tools for listing and inspecting Facebook ad accounts.
Ad Account Tools
Tools for discovering and inspecting Facebook ad accounts accessible to the authenticated user.
Start Here
Use list_ad_accounts first to discover available accounts. The returned account_id values are required by all other tools.
list_ad_accounts
List all Facebook ad accounts accessible to the authenticated user. Returns each account's ID, name, status, and currency.
Parameters
| Prop | Type | Default |
|---|---|---|
limit | number | - |
auto_paginate | boolean | - |
next_page_url | string | undefined | - |
Example
get_ad_account
Retrieve comprehensive details for a Facebook ad account, including current status, currency, timezone, billing information, spending limits, and business ownership.
Parameters
| Prop | Type | Default |
|---|---|---|
account_id | string | - |
Example
get_ad_account_activities
Retrieve the audit log of significant changes made to a Facebook ad account, such as status changes, payment method updates, and account-level budget modifications.
Parameters
| Prop | Type | Default |
|---|---|---|
account_id | string | - |