Supabase Auth

sb_get_function

Get details of a specific Edge Function by slug. Returns function metadata, status, version, and entry point.

Remote node2flow/supabase

Other tools also called sb_get_function? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "project_ref": {
      "type": "string",
      "description": "Project reference ID"
    },
    "function_slug": {
      "type": "string",
      "description": "Edge Function slug (URL-friendly name)"
    }
  }
}