reddit_ads_list_campaigns
List Reddit Campaigns
RedditDescription
List Reddit ad campaigns for an ad account. Shows name, configured status, delivery (effective) status, objective, and spend cap. Reddit sets budget on the ad group, not the campaign — use reddit_ads_list_ad_groups for budgets and bids.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "reddit_ads_list_campaigns",
"arguments": {}
}
}
hopkin reddit campaigns list
| Flag | Type | Required | Description |
|---|---|---|---|
--account | string | Required | Reddit ad account ID. |
--campaign | string | Optional | Fetch a single campaign by ID. |
--campaign-ids | array | Optional | Fetch specific campaigns by IDs. |
--status | array | Optional | Filter by status. |
--search | string | Optional | Search by campaign name (case-insensitive). |
--limit | integer | Optional | |
--cursor | string | Optional | Opaque pagination cursor. |
--refresh | boolean | Optional | |
--connection-id | string | Optional | Optional ID of a specific connection to use for this call. Omit to use the actor's default connection for this network. Call <platform>_list_connections to discover available connection IDs. |
{
"mcpServers": {
"reddit-ads": {
"url": "https://reddit.mcp.hopkin.ai",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
string |
Required | Reddit ad account ID.minLength: 1, maxLength: 64 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (8)
| Name | Type | Required | Description |
|---|---|---|---|
campaign_id |
string |
Optional | Fetch a single campaign by ID.maxLength: 64 |
campaign_ids |
array |
Optional | Fetch specific campaigns by IDs. |
status |
array |
Optional | Filter by status. |
search |
string |
Optional | Search by campaign name (case-insensitive). |
limit |
integer |
Optional | min: 1, max: 100 |
cursor |
string |
Optional | Opaque pagination cursor. |
refresh |
boolean |
Optional | |
connection_id |
string |
Optional | Optional ID of a specific connection to use for this call. Omit to use the actor's default connection for this network. Call <platform>_list_connections to discover available connection IDs. |