neuron_fund_ad_request
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Fund an approved ad request from the organization wallet. This debits the budget amount and activates the campaign for distribution. If wallet balance is insufficient, returns shortfall information instead of an error.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"adRequestId"
],
"properties": {
"adRequestId": {
"type": "string",
"description": "Unique identifier (UUID) of the approved ad request to fund"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries