# pinterest_get_business_assets

> Read Pinterest Business Access inventory: employers/linked businesses, assets, members, partners, assigned assets, received audiences, and invites.

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

Read Pinterest Business Access inventory: employers/linked businesses, assets, members, partners, assigned assets, received audiences, and invites. Requires the corresponding business-management permissions.

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

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `mode` | string | Required | One of: `EMPLOYERS`, `LINKED_BUSINESSES`, `ASSETS`, `ASSET_MEMBERS`, `ASSET_PARTNERS`, `MEMBERS`, `MEMBER_ASSETS`, `PARTNERS`, `PARTNER_ASSETS`, `RECEIVED_AUDIENCES`, `INVITES`. |
| `adAccountId` | string | Optional | Selected ad account used to verify the business relationship. |
| `businessId` | string | Optional |  |
| `assetId` | string | Optional |  |
| `memberId` | string | Optional |  |
| `partnerId` | string | Optional |  |
| `pageSize` | integer | Optional | Default: `100`. |
| `bookmark` | string | Optional |  |
| `query` | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |
| `allowCrossBusinessRead` | boolean | Optional | Explicit opt-in required if businessId cannot be linked to the selected ad account. Default: `false`. |
| `includePersonalIdentifiers` | boolean | Optional | MEMBERS, ASSET_MEMBERS and INVITES only. Explicitly include member IDs/email/username; false redacts them. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_business_assets",
    "args": {
      "mode": "EMPLOYERS"
    }
  }
}
```

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

---

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