list_ad_accounts
Retrieve Meta ad account IDs, names, statuses, and currencies using your access token. Use this to find an account ID before accessing account-scoped data.
Instructions
List Meta ad accounts available to the configured access token.
Args: params: Maximum result count and JSON or Markdown response format.
Returns:
A rendered {"success": bool, "data": list[object] | null, "error": string | null} envelope containing account identifiers,
names, statuses, and currencies.
Use this to discover an account ID before account-scoped reads. Do not use it to inspect campaigns or to create, update, or delete ad accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |