Supabase · Capability
Supabase Database REST API — Tables
Supabase Database REST API — Tables. 4 operations. Lead operation: Select rows from a table. Self-contained Naftiko capability covering one Supabase business surface.
What You Can Do
GET
Selectrows
— Select rows from a table
/v1/{table}
POST
Insertrows
— Insert rows into a table
/v1/{table}
PATCH
Updaterows
— Update rows in a table
/v1/{table}
DELETE
Deleterows
— Delete rows from a table
/v1/{table}
MCP Tools
select-rows-table
Select rows from a table
read-only
idempotent
insert-rows-table
Insert rows into a table
update-rows-table
Update rows in a table
idempotent
delete-rows-table
Delete rows from a table
idempotent