list_supabase_projects
Lists all accessible Supabase projects with reference ID, region, and status to help choose an active project as migration target.
Instructions
List all Supabase projects accessible through a connected Supabase integration instance. Returns project name, reference ID, region, and status. Use the project's id field as targetSupabaseProjectRef when creating a migration. Only ACTIVE_HEALTHY projects can be used as targets. Present the list and let the user choose an existing target, or offer to create a customer-owned project with create_supabase_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |