Supabase Auth

get_organization

Gets details for an organization. Includes subscription plan.

Remote Supabase

Other tools also called get_organization? See providers with this name

Input Schema


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