You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_get_channel_events

Active

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

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_get_channel_events — io.github.conquext/neuron — PRSM MCP