# pinterest_run_catalog_report

> Run Pinterest catalog reporting by PRODUCT_GROUP or PRODUCT_ITEM. 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)

Run Pinterest catalog reporting by PRODUCT_GROUP or PRODUCT_ITEM. Use for Performance+ catalog, catalog product groups, product item image/brand/category/type, and Shopping-like reports.

|  |  |
| --- | --- |
| 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 |  |
| `breakdown` | string | Optional | One of: `PRODUCT_GROUP`, `PRODUCT_ITEM`. Default: `"PRODUCT_GROUP"`. |
| `startDate` | string | Required |  |
| `endDate` | string | Required |  |
| `columns` | array | Optional |  |
| `productGroupIds` | array | Optional |  |
| `productItemIds` | array | Optional |  |
| `limit` | integer | Optional | Default: `500`. |

## Calling it

Through run_tool, since it is not announced

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