neuron_list_reflections
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve pending reflections that the bot has generated from conversations, awaiting human review. Optionally filter by approval status.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"botId"
],
"properties": {
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to list reflections for"
},
"status": {
"enum": [
"pending",
"approved",
"rejected"
],
"type": "string",
"description": "Filter reflections by approval status (default: all statuses)"
}
},
"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