neuron_get_messages
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve messages from a specific conversation in chronological order, with optional cursor-based 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 conversation"
},
"limit": {
"type": "integer",
"description": "Maximum number of messages to return per page",
"exclusiveMinimum": 0
},
"cursor": {
"type": "string",
"description": "Opaque pagination cursor from a previous response for retrieving the next page"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries