Supabase Auth

get_project_url

Gets the API URL for a project.

Remote Supabase

Other tools also called get_project_url? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string"
    }
  }
}