connect_to_supabase_instance
Connect to a Supabase instance by instance name using Alibaba Cloud credentials, enabling database operations like listing tables and executing SQL.
Instructions
Connect to a specific Supabase instance by instance name. This tool fetches credentials from Alibaba Cloud and establishes a connection. After connecting, you can use all Supabase tools (list_tables, execute_sql, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_vpc | No | Whether to use VPC connection instead of public connection | |
| region_id | No | Region ID of the instance (e.g., cn-hangzhou, cn-chengdu). Required when connecting to an instance in a different region than the default startup region. | |
| instance_name | Yes | The instance name (e.g., ra-supabase-8moov5lxba****) |