linkedin_ get_ entity
Read one campaign group, campaign or creative and verify account ownership. One of 25 LinkedIn Ads tools on the Get MCP Ads MCP gateway.
Read one campaign group, campaign or creative and verify account ownership.
- Source
- LinkedIn Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ linkedin-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected LinkedIn advertising account, numeric ID. |
kind | string | Required | Native resource type to read or modify. One of: adCampaignGroups, adCampaigns, creatives. |
entityId | string | Required | Native numeric ID or sponsoredCreative URN; account ownership is verified. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "linkedin_get_entity",
"args": {
"adAccountId": "<string>",
"kind": "adCampaignGroups",
"entityId": "<string>"
}
}
}