list_supabase_organizations
Lists Supabase organizations for a connected integration instance, enabling selection of the correct organization before creating a project.
Instructions
List the Supabase organizations accessible through a connected Supabase integration instance. Call this before create_supabase_project and present the organization names to the user. Use the selected organization's id unchanged as organizationId. Do not guess an organization when more than one is available.
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 |