get_supabase_project_status
Check Supabase project lifecycle state after creation. Poll until healthy=true before using it as a migration target; if transitioning, wait, and if unavailable, stop and report the state.
Instructions
Read the lifecycle state of a Supabase project created or selected through Staticbot. After create_supabase_project, poll this tool until healthy=true before using the project as a migration target. A transitioning state means wait; it is not permission to create another project. Stop and report the returned state if unavailable=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRef | Yes | Supabase project reference returned as create_supabase_project.id | |
| supabaseIntegrationInstanceId | Yes | Supabase integration instance ID (from list_integration_instances) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |