Reddit

get_onboarding_status

Canonical onboarding progress view for a product/session. Returns: - current phase - next required action - prompt-pack ack state - targeting approval state - missing artifacts + readiness blockers Use this for recovery if a previous onboarding run was partial or failed.

Remote signal-found/reddit-outreach

Other tools also called get_onboarding_status? See providers with this name

Input Schema


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

Provider

Reddit →