Supabase Auth

get_project

Gets details for a Supabase project.

Remote Supabase

Other tools also called get_project? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The project ID"
    }
  }
}