How AI assistants interact with your database
Tool | Purpose |
---|---|
create-table | Design and create tables |
modify-table | Add, drop, or rename columns |
delete-table | Remove tables permanently |
get-table-schema | View table structure |
get-db-api | Get database API documentation |
create-table
with appropriate schema_user
table_user
table is read-only via database[{...}]
get-instructions
to understand your backendget-table-schema
to see existing tablescreate-table
get-db-api
debug-backend
if something fails