Get Ad Account Details
meta_get_ad_accountFetch detailed information about a specific Meta ad account by providing the ad account ID (e.g., act_123456789). Returns account data in markdown or JSON for analytics and reporting.
Instructions
Gets detailed information about a specific ad account.
Args:
ad_account_id (string): Ad account ID (e.g., act_123456789)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |