Reddit

get_onboarding_prompt_pack

Fetch server-curated prompt contracts that define required onboarding outputs. Use this when an agent needs exact formatting/expectations before generating: - clarifications - conversation transcript - market positioning - keywords/subreddits Use `artifact` for focused contracts: - clarifications - market_position - conversation - keywords - subreddits

Remote signal-found/reddit-outreach

Other tools also called get_onboarding_prompt_pack? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "artifact": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Artifact",
      "default": null
    },
    "client_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Client Id",
      "default": null
    },
    "product_slug": {
      "type": "string",
      "title": "Product Slug"
    }
  }
}
          

Provider

Reddit →