snapchat_ get_ entity
Read a campaign, ad squad, ad, creative, media or segment with verified account ownership. One of 24 Snapchat Ads tools on the Get MCP Ads MCP gateway.
Read a campaign, ad squad, ad, creative, media or segment with verified account ownership.
- Source
- Snapchat Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ snapchat-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected Snapchat ad account UUID; never an organization ID. |
kind | string | Required | One of: campaign, adsquad, ad, creative, media, segment. |
entityId | unknown | Required |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "snapchat_get_entity",
"args": {
"adAccountId": "<string>",
"kind": "campaign",
"entityId": "<unknown>"
}
}
}