MadgicxMCP Docs

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

PropTypeDefault
limit
number
-
auto_paginate
boolean
-
next_page_url
string | undefined
-

Example

What ad accounts do I have access to?
List all my Facebook ad accounts

get_ad_account

Retrieve comprehensive details for a Facebook ad account, including current status, currency, timezone, billing information, spending limits, and business ownership.

Parameters

PropTypeDefault
account_id
string
-

Example

Show me the details of ad account act_123456789

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

PropTypeDefault
account_id
string
-

Example

Show me the activity log for ad account act_123456789

On this page