Supabase · Capability
Supabase Management API — Functions
Supabase Management API — Functions. 5 operations. Lead operation: List Edge Functions. Self-contained Naftiko capability covering one Supabase business surface.
What You Can Do
GET
Listfunctions
— List Edge Functions
/v1/projects/{ref}/functions
POST
Createfunction
— Create an Edge Function
/v1/projects/{ref}/functions
GET
Getfunction
— Get an Edge Function
/v1/projects/{ref}/functions/{function-slug}
PATCH
Updatefunction
— Update an Edge Function
/v1/projects/{ref}/functions/{function-slug}
DELETE
Deletefunction
— Delete an Edge Function
/v1/projects/{ref}/functions/{function-slug}
MCP Tools
list-edge-functions
List Edge Functions
read-only
idempotent
create-edge-function
Create an Edge Function
get-edge-function
Get an Edge Function
read-only
idempotent
update-edge-function
Update an Edge Function
idempotent
delete-edge-function
Delete an Edge Function
idempotent