Supabase Auth

sb_list_projects

List all Supabase projects in your account. Returns project name, ref, region, status, and database info. Requires SUPABASE_ACCESS_TOKEN.

Remote node2flow/supabase

Other tools also called sb_list_projects? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    }
  }
}