# pinterest_get_write_schema

> Read the official Pinterest v5 native request schema and Sandbox limitations before composing a write.

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

Read the official Pinterest v5 native request schema and Sandbox limitations before composing a write.

|  |  |
| --- | --- |
| 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 |
| --- | --- | --- | --- |
| `request` | string | Required | One of: `CampaignCreateRequest`, `CampaignUpdateRequest`, `AdGroupCreateRequest`, `AdGroupUpdateRequest`, `AdCreateRequest`, `AdUpdateRequest`, `PinCreate`, `PinUpdate`, `BoardCreate`, `BoardWithUpdatePrivacyUpdate`, `MediaUploadCreate`, `CatalogCreate`, `CatalogsFeedCreateRequestSchema`, `CatalogsFeedUpdateRequestSchema`, `CatalogsProductGroupsCreateRequestSchema`, `CatalogsProductGroupsUpdateRequestSchema`, `CatalogsItemsBatchPostRequest`, `ProductGroupPromotionsCreate`, `ProductGroupPromotionsUpdateWithRequiredBody`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_write_schema",
    "args": {
      "request": "CampaignCreateRequest"
    }
  }
}
```

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