list_storage_buckets
Retrieve and display all storage buckets within a self-hosted Supabase project. Enables developers to manage and inspect storage resources directly from their development environments.
Instructions
Lists all storage buckets in the project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}