# pinterest_get_catalog_inventory

> List Pinterest catalog inventory surfaces: catalogs, product groups, product group promotions, and optional product samples.

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

List Pinterest catalog inventory surfaces: catalogs, product groups, product group promotions, and optional product samples.

|  |  |
| --- | --- |
| 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 |  |
| `includeProductSamples` | boolean | Optional | Default: `false`. |
| `sampleProductGroups` | integer | Optional | Default: `5`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_catalog_inventory",
    "args": {}
  }
}
```

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