commit_transaction
Commit the current transaction to save all changes and close it. Returns status and message, or error if no transaction active.
Instructions
Commit the current transaction.
Saves all changes made since begin_transaction was called. The transaction is closed after commit.
Returns: Dictionary containing: - status: success or error - in_transaction: False after successful commit - message: Confirmation message
Note: If no transaction is active, returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||