Supabase · Capability
Supabase Storage API — Buckets
Supabase Storage API — Buckets. 6 operations. Lead operation: List all buckets. Self-contained Naftiko capability covering one Supabase business surface.
What You Can Do
GET
Listbuckets
— List all buckets
/v1/bucket
POST
Createbucket
— Create a new bucket
/v1/bucket
GET
Getbucket
— Get bucket details
/v1/bucket/{bucketid}
PUT
Updatebucket
— Update a bucket
/v1/bucket/{bucketid}
DELETE
Deletebucket
— Delete a bucket
/v1/bucket/{bucketid}
POST
Emptybucket
— Empty a bucket
/v1/bucket/{bucketid}/empty
MCP Tools
list-all-buckets
List all buckets
read-only
idempotent
create-new-bucket
Create a new bucket
get-bucket-details
Get bucket details
read-only
idempotent
update-bucket
Update a bucket
idempotent
delete-bucket
Delete a bucket
idempotent
empty-bucket
Empty a bucket