Supabase Auth

list_tables

Lists all tables in one or more schemas.

Remote Supabase

Other tools also called list_tables? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [
        "public"
      ],
      "description": "List of schemas to include. Defaults to all schemas."
    },
    "project_id": {
      "type": "string"
    }
  }
}