neuron_get_channel_events
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve the event log for a channel, including connection events, message events, and errors. Supports pagination.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the channel"
},
"page": {
"type": "integer",
"description": "Page number for pagination (starts at 1)",
"exclusiveMinimum": 0
},
"limit": {
"type": "integer",
"description": "Number of events to return per page",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries