Supabase · Capability
Supabase Storage API — Objects
Supabase Storage API — Objects. 9 operations. Lead operation: Download a private file. Self-contained Naftiko capability covering one Supabase business surface.
What You Can Do
GET
Downloadauthenticatedobject
— Download a private file
/v1/object/authenticated/{bucketname}/{objectpath}
POST
Copyobject
— Copy a file
/v1/object/copy
POST
Listobjects
— List objects in a bucket
/v1/object/list/{bucketname}
POST
Moveobject
— Move a file
/v1/object/move
GET
Downloadpublicobject
— Download a public file
/v1/object/public/{bucketname}/{objectpath}
POST
Createsignedurl
— Create a signed URL
/v1/object/sign/{bucketname}/{objectpath}
POST
Uploadobject
— Upload a file
/v1/object/{bucketname}/{objectpath}
PUT
Updateobject
— Update (replace) a file
/v1/object/{bucketname}/{objectpath}
DELETE
Deleteobject
— Delete a file
/v1/object/{bucketname}/{objectpath}
MCP Tools
download-private-file
Download a private file
read-only
idempotent
copy-file
Copy a file
list-objects-bucket
List objects in a bucket
read-only
move-file
Move a file
download-public-file
Download a public file
read-only
idempotent
create-signed-url
Create a signed URL
upload-file
Upload a file
update-replace-file
Update (replace) a file
idempotent
delete-file
Delete a file
idempotent