List configured connection profiles without exposing connect strings, usernames, or credential references.
Describe the active profile and Oracle connection.
Reconnect this MCP server to another configured profile by name.
Preview or apply a temporary session operating-level elevation within the active profile ceiling, or drop back to READ_ONLY.
Run a read-only SELECT with positional binds; paginated and row/byte capped.
Run a bounded, fail-closed 23ai vector search through the same policy, semantic-resolution, masking, and audit path as oracle_query.
Diff one proven read-only SELECT across two Oracle SCNs, or across two databases.
Classify a SQL statement and report whether it would pass the active profile/session gate without executing it.
Execute one non-read SQL statement through the classifier and active profile gate; DML rolls back by default, while commits and non-transactional effects such as sequence NEXTVAL require the confirmation token from oracle_preview_sql.
Establish a named checkpoint (a native Oracle SAVEPOINT) on this session, opening the reversible workspace: oracle_execute with hold=true then leaves DML pending instead of rolling it back, and oracle_undo_to walks it back.
Undo the reversible workspace: ROLLBACK TO SAVEPOINT <name> discards every held statement executed after that checkpoint and releases the checkpoints stacked above it, leaving the transaction open.
Dry-run one DML statement: the server brackets it in its own savepoint, executes it, reads the rows it touched, then rolls back to that savepoint and presents the result — nothing is committed and nothing is left behind.
+22 more tools listed on main page