Expand description
Write/admin MCP tool executors (Phase 9).
Functions§
- apply_
ddl - Run DDL validated for Admin mode inside a transaction.
- create_
index_ concurrently CREATE INDEX CONCURRENTLY— must run outside a transaction.- edit_
row - Structured insert/update/delete by primary key (parameterized).
- execute_
sql - Run validated SQL inside an explicit transaction; roll back on error or
dry_run. - import_
data - Batched INSERT from a JSON rows array.
- run_
maintenance - VACUUM / ANALYZE / REINDEX — cannot run inside a transaction.
- terminate_
query - Cancel or terminate a backend by pid.