Skip to content

Commit 6ff6063

Browse files
committed
docs: storage tools
1 parent 88b9e19 commit 6ff6063

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ _**Note:** these tools will be unavailable if the server is [scoped to a project
165165
- `execute_sql`: Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
166166
- `get_logs`: Gets logs for a Supabase project by service type (api, postgres, edge functions, auth, storage, realtime). LLMs can use this to help with debugging and monitoring service performance.
167167

168+
#### Storage Operations
169+
170+
- `list_storage_buckets`: Lists all storage buckets in a Supabase project.
171+
- `get_storage_config`: Gets the storage config for a Supabase project.
172+
- `update_storage_config`: Updates the storage config for a Supabase project (requires a paid plan).
173+
168174
#### Edge Function Management
169175

170176
- `list_edge_functions`: Lists all Edge Functions in a Supabase project.

0 commit comments

Comments
 (0)