get_transaction_status
Check if a transaction is active, view its start time, and see if the server is in read-only mode.
Instructions
Get the current transaction status.
Returns information about whether a transaction is active
and when it was started.
Returns:
Dictionary containing:
- in_transaction: True if transaction is active
- started_at: Timestamp when transaction started (if active)
- read_only_mode: Whether server is in read-only mode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||