list_storage_buckets
Retrieve a list of all storage buckets in your self-hosted Supabase project using this tool, enabling efficient management and inspection of storage resources.
Instructions
Lists all storage buckets in the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:32-32 (registration)Import statement for the list_storage_buckets tool.import listStorageBucketsTool from './tools/list_storage_buckets.js';
- src/index.ts:118-118 (registration)Registration of listStorageBucketsTool in the availableTools registry for MCP server.[listStorageBucketsTool.name]: listStorageBucketsTool as AppTool,