# meta_get_business_assets

> Discover accessible Meta Business assets read-only: businesses, pages, Instagram accounts, pixels, and datasets when permissions allow.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads)

Discover accessible Meta Business assets read-only: businesses, pages, Instagram accounts, pixels, and datasets when permissions allow.

|  |  |
| --- | --- |
| Source | [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/meta-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `businessId` | string | Optional | Business Manager ID. With adAccountId, discover only its owning Business; otherwise list /me/businesses when this is omitted. |
| `adAccountId` | string | Optional | Optional ad account ID to discover its owner Business and assigned pixels; datasets are read from that Business when permitted. |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional | Legacy cursor for /me/businesses only. Use cursors for asset edges. |
| `cursors` | object | Optional | Per-edge cursors from paging/nextActions. Never reuse a cursor for another edge. |
| `maxPages` | integer | Optional | Maximum pages per edge; remaining pages are reported explicitly. Default: `3`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_business_assets",
    "args": {}
  }
}
```

- [Meta Ads metrics](https://www.getmcpads.com/docs/sources/meta-ads/metrics): What you can ask for.
- [Meta Ads dimensions](https://www.getmcpads.com/docs/sources/meta-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/meta-ads/tools/meta_get_business_assets
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
