reddit_ads_list_ad_accounts
List Reddit Ad Accounts
RedditDescription
List Reddit ad accounts accessible to the authenticated user.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "reddit_ads_list_ad_accounts",
"arguments": {}
}
}
hopkin reddit ad-accounts list
| Flag | Type | Required | Description |
|---|---|---|---|
--account | string | Optional | Fetch a single ad account by ID. |
--account-ids | array | Optional | Fetch specific accounts by IDs. |
--limit | integer | Optional | |
--cursor | string | Optional | Opaque pagination cursor. |
--refresh | boolean | Optional |
{
"mcpServers": {
"reddit-ads": {
"url": "https://mcp.hopkin.ai/reddit-ads/mcp",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (5)
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
string |
Optional | Fetch a single ad account by ID. |
account_ids |
array |
Optional | Fetch specific accounts by IDs. |
limit |
integer |
Optional | min: 1, max: 100 |
cursor |
string |
Optional | Opaque pagination cursor. |
refresh |
boolean |
Optional |