# snapchat_get_entity

> Read a campaign, ad squad, ad, creative, media or segment with verified account ownership. One of 41 Snapchat Ads tools on the Get MCP Ads MCP gateway.

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

Read a campaign, ad squad, ad, creative, media or segment with verified account ownership.

|  |  |
| --- | --- |
| Source | [Snapchat Ads](https://www.getmcpads.com/docs/sources/snapchat-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/snapchat-ads/mcp |

## Parameters

| 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`, `creative_element`, `interaction_zone`, `lead_generation_form`. |
| `entityId` | unknown | Required |  |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "snapchat_get_entity",
    "args": {
      "adAccountId": "<string>",
      "kind": "campaign",
      "entityId": "<unknown>"
    }
  }
}
```

- [Snapchat Ads metrics](https://www.getmcpads.com/docs/sources/snapchat-ads/metrics): What you can ask for.
- [Snapchat Ads dimensions](https://www.getmcpads.com/docs/sources/snapchat-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/snapchat-ads/tools/snapchat_get_entity
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
