You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_audit_export

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

Export audit events from the live gateway. Supports JSON and CSV formats with date range filtering for SIEM integration.

Parameters schema

{
  "type": "object",
  "title": "thinkneo_audit_exportArguments",
  "properties": {
    "format": {
      "type": "string",
      "title": "Format",
      "default": "ndjson",
      "description": "Output format: ndjson or csv"
    },
    "end_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "End Date",
      "default": null,
      "description": "End date ISO format"
    },
    "workspace": {
      "type": "string",
      "title": "Workspace",
      "default": "default",
      "description": "Workspace identifier"
    },
    "start_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Start Date",
      "default": null,
      "description": "Start date ISO format"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →