# pinterest_get_platform_resources

> Read Pinterest platform metadata and readiness resources: supported ad-account countries, delivery metric definitions, metrics readiness, lead-form…

[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 platform metadata and readiness resources: supported ad-account countries, delivery metric definitions, metrics readiness, lead-form questions, media upload metadata, commerce integration metadata, or the authenticated user account.

|  |  |
| --- | --- |
| 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: `AD_ACCOUNT_COUNTRIES`, `DELIVERY_METRICS`, `METRICS_READY_STATE`, `LEAD_FORM_QUESTIONS`, `MEDIA`, `MEDIA_ITEM`, `INTEGRATIONS`, `INTEGRATION`, `USER_ACCOUNT`, `WEBSITES`. |
| `entityId` | string | Optional | Media or integration ID for detail modes. |
| `reportType` | string | Optional | One of: `SYNC`, `ASYNC`. |
| `date` | string | Optional | Required by METRICS_READY_STATE. |
| `pageSize` | integer | Optional | Default: `100`. |
| `bookmark` | string | Optional |  |
| `query` | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_platform_resources",
    "args": {
      "mode": "AD_ACCOUNT_COUNTRIES"
    }
  }
}
```

- [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_platform_resources
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
