search_audit_logs
ActiveTool of FavCRM
declared in 1.0.0
Search audit logs by free text across action, resource, resource ID, changes JSON, and metadata JSON.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum rows to return"
},
"query": {
"type": "string",
"minLength": 1,
"description": "Text to search for"
},
"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