# pinterest_get_creative_assets

> Fetch Pinterest creative assets and period performance when available. One of 31 Pinterest Ads tools on the Get MCP Ads MCP gateway.

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

Fetch Pinterest creative assets and period performance when available. Returns ads, pins, thumbnails/images/videos, campaign/ad group context, catalog signals, and asset classifications.

|  |  |
| --- | --- |
| 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 |
| --- | --- | --- | --- |
| `adAccountId` | string | Optional |  |
| `startDate` | string | Required |  |
| `endDate` | string | Required |  |
| `campaignIds` | array | Optional |  |
| `adGroupIds` | array | Optional |  |
| `onlyWithPeriodDelivery` | boolean | Optional | Default: `true`. |
| `limit` | integer | Optional | Default: `100`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_creative_assets",
    "args": {
      "startDate": "<string>",
      "endDate": "<string>"
    }
  }
}
```

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