# meta_get_pixels

> List pixels and datasets from an ad account or Business Manager when accessible, returning actionable warnings for permission-limited edges.

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

List pixels and datasets from an ad account or Business Manager when accessible, returning actionable warnings for permission-limited edges.

|  |  |
| --- | --- |
| 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 |
| --- | --- | --- | --- |
| `adAccountId` | string | Optional | Ad account ID for /adspixels and offline conversion datasets. |
| `businessId` | string | Optional | Business Manager ID for owned/client pixels and datasets. |
| `includeDatasets` | boolean | Optional | Also attempt dataset/offline conversion dataset edges. Default: `true`. |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional | Pagination cursor from previous response. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_pixels",
    "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_pixels
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
