| List Tables | Read | List all tables in your Supabase database |
| Query Table | Read | Select rows from a table with optional filters and sorting |
| Insert Row | Write | Insert a new row into a table |
| Update Row | Write | Update an existing row in a table |
| Delete Row | Write | Delete a row from a table |
| List Organizations | Read | List the organizations your access token can manage |
| List Projects | Read | List all Supabase projects across your organizations |
| Get Project | Read | Get details and status of a Supabase project |
| Run SQL | Write | Run a SQL query against a project’s Postgres database via the Management API |