You're viewing a demo portfolio

Join the waitlist
PRSM

search_audit_logs

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →