neuron_wallet_transactions
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve the wallet transaction history for the organization, with optional filtering by transaction type.
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
},
"type": {
"type": "string",
"description": "Filter by transaction type: 'credit' or 'debit'"
},
"limit": {
"type": "integer",
"description": "Number of transactions per page (default: 20)",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries