You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_list_audit_logs

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Retrieve audit logs for the organization, showing a chronological record of actions performed by members. Supports filtering by action type and resource.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number for pagination (default: 1)",
      "exclusiveMinimum": 0
    },
    "limit": {
      "type": "integer",
      "description": "Number of log entries per page (default: 20)",
      "exclusiveMinimum": 0
    },
    "action": {
      "type": "string",
      "description": "Filter by action type (e.g., 'CREATE', 'UPDATE', 'DELETE')"
    },
    "resourceType": {
      "type": "string",
      "description": "Filter by resource type (e.g., 'USER', 'ORGANIZATION', 'BOT', 'CAMPAIGN')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_list_audit_logs — io.github.conquext/neuron — PRSM MCP