pinterest_ get_ account_ entities
Read Pinterest ad-account entities and configuration. One of 31 Pinterest Ads tools on the Get MCP Ads MCP gateway.
Read Pinterest ad-account entities and configuration. Covers account, campaign, ad group, ad, product-group promotion, promotion, label, schedule, targeting template, and order-line inventory. Returns one API page and its bookmark for predictable live queries.
- Source
- Pinterest Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Optional | |
entity | string | Required | One of: AD_ACCOUNT, CAMPAIGN, AD_GROUP, AD, PRODUCT_, PROMOTION, LABEL, SCHEDULE, TARGETING_, ORDER_LINE. |
entityId | string | Optional | Fetch one entity where Pinterest exposes a detail endpoint. |
campaignIds | array | Optional | |
adGroupIds | array | Optional | |
entityStatuses | array | Optional | |
pageSize | integer | Optional | Default: 100. |
bookmark | string | Optional | |
query | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |
Calling itLink to this section
{
"name": "pinterest_get_account_entities",
"arguments": {
"entity": "AD_ACCOUNT"
}
}