list_audit_logs
ActiveTool of FavCRM
declared in 1.0.0
List recent audit log entries for this company. Filter by action, resource, resourceId, user, source, outcome, destructive flag, and created date range.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Maximum rows to return"
},
"action": {
"type": "string",
"description": "Exact tool/action name, e.g. delete_campaign"
},
"source": {
"enum": [
"mcp",
"ai_agent",
"merchant_api",
"payment_webhook",
"manual_refresh",
"qfpay_reconciliation",
"hold_expiry_sweeper"
],
"type": "string",
"description": "Audit source, e.g. mcp, ai_agent, payment_webhook, merchant_api"
},
"userId": {
"type": "string",
"description": "Actor user ID"
},
"outcome": {
"enum": [
"success",
"failed",
"blocked"
],
"type": "string",
"description": "Execution outcome"
},
"resource": {
"type": "string",
"description": "Resource name, e.g. campaigns"
},
"resourceId": {
"type": "string",
"description": "Resource ID"
},
"destructive": {
"type": "boolean",
"description": "Whether the audited tool was destructive"
},
"createdAfter": {
"type": "string",
"description": "ISO timestamp lower bound"
},
"createdBefore": {
"type": "string",
"description": "ISO timestamp upper bound"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries