linkedin_ads_list_tracked_competitors
List Tracked Competitors
LinkedinDescription
List the LinkedIn advertisers you are tracking: advertiser name, organization ID, the countries you track it in, when tracking started, last scrape time and status, its ad count in the corpus, and payer_ad_count — the posts from employees' profiles it paid for. Scrape health is flagged per row — advertisers with no successful scrape in the last 48 hours are marked stale, and a non-ok scrape status (blocked, schema_error, empty) carries an explicit scrape_warning; treat flagged rows' corpus data as possibly out of date. Use the returned advertiser IDs with linkedin_ads_list_competitor_ads to browse their ads. Requires no LinkedIn connection.
Read-onlyIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "linkedin_ads_list_tracked_competitors",
"arguments": {
"reason": "Review which competitors are being tracked"
}
}
}
hopkin linkedin tracked-competitors list
| Flag | Type | Required | Description |
|---|---|---|---|
--limit | integer | Optional | Number of tracked competitors per page (default: 20, max: 100) |
--cursor | string | Optional | Pagination cursor from previous response |
{
"mcpServers": {
"linkedin-ads": {
"url": "https://linkedin.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- List tracked
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (2)
| Name | Type | Required | Description |
|---|---|---|---|
limit |
integer |
Optional | Number of tracked competitors per page (default: 20, max: 100)min: 1, max: 100 |
cursor |
string |
Optional | Pagination cursor from previous responseminLength: 1 |
Examples
List tracked
{
"reason": "Review which competitors are being tracked"
}
hopkin linkedin tracked-competitors list