# x_ads_list_ads_accounts

> List the ads accounts the authenticated user can access Native X fields and pagination are preserved; monetary fields ending in _micro are millionths…

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

List the ads accounts the authenticated user can access Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.

|  |  |
| --- | --- |
| Source | [X Ads](https://www.getmcpads.com/docs/sources/x-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `account_id` |
| Endpoint | https://mcp.getmcpads.com/x-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `account_ids` | string | Optional | Optional comma-separated IDs, restricted to selected accounts. Returns all selected accounts when omitted. |

## Calling it

Directly, since it is announced

```json
{
  "name": "x_ads_list_ads_accounts",
  "arguments": {}
}
```

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

---

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