reddit_ads_get_preferences

Get Reddit Ads Preferences

Reddit

Description

Get all stored preferences for a Reddit ad entity. Preferences are also auto-attached to list tool responses as _stored_preferences.

Read-onlyIdempotent

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "reddit_ads_get_preferences",
    "arguments": {
      "entity_type": "ad_account",
      "entity_id": "t2_123",
      "reason": "Check stored preferences"
    }
  }
}
hopkin reddit preferences get
FlagTypeRequiredDescription
--entity-typestringRequiredType of ad entity: ad_account, campaign, ad_set, or ad
--entity-idstringRequiredThe platform entity ID
{
  "mcpServers": {
    "reddit-ads": {
      "url": "https://mcp.hopkin.ai/reddit-ads/mcp",
      "transport": "sse"
    }
  }
}
  • Get prefs

Parameters

NameTypeRequiredDescription
entity_type string Required Type of ad entity: ad_account, campaign, ad_set, or ad
ad_account campaign ad_set ad
entity_id string Required The platform entity IDminLength: 1
reason string Required Why this tool call is neededminLength: 1, maxLength: 500

Examples

Get prefs

{
  "entity_type": "ad_account",
  "entity_id": "t2_123",
  "reason": "Check stored preferences"
}

hopkin reddit preferences get --entity-type ad_account --entity-id t2_123