neuron_list_payouts
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve the payout history for the organization, including amounts, statuses, and timestamps.
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 payout records per page (default: 20)",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries