You're viewing a demo portfolio

Join the waitlist
PRSM

list_audit_logs

Active

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

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 →