thinkneo_audit_export
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries