You're viewing a demo portfolio

Join the waitlist
PRSM

discovery_status

Active

Tool of Disco

declared in 1.26.0

Check the status of a Disco run. Returns current status and progress details: - status: "pending" | "processing" | "completed" | "failed" - job_status: underlying job queue status - queue_position: position in queue when pending (1 = next up) - current_step: active pipeline step (preprocessing, training, interpreting, reporting) - estimated_wait_seconds: estimated queue wait time in seconds (pending only) Poll this after calling discovery_analyze. Use discovery_get_results to fetch full results once status is "completed". Args: run_id: The run ID returned by discovery_analyze. api_key: Disco API key (disco_...). Optional if DISCOVERY_API_KEY env var is set.

Parameters schema

{
  "type": "object",
  "title": "discovery_statusArguments",
  "required": [
    "run_id"
  ],
  "properties": {
    "run_id": {
      "type": "string",
      "title": "Run Id"
    },
    "api_key": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Api Key",
      "default": null
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Disco

https://github.com/leap-laboratories/discovery-engine

2/7 registries
View full server →