Supabase Auth

list_edge_functions

Lists all Edge Functions in a Supabase project.

Remote Supabase

Other tools also called list_edge_functions? See providers with this name

Input Schema


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