revert_audit_action
ActiveTool of FavCRM
declared in 1.0.0
Revert an audited action by restoring the captured before snapshot. Only works for allowlisted target tables with full before/after audit snapshots.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"auditLogId"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 1000,
"description": "Reason for reverting this action"
},
"auditLogId": {
"type": "string",
"description": "Audit log ID to revert"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries