neuron_create_ad_request
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create an ad distribution request to send a message to contacts in pool lists matching target demographics. Deducts from wallet upon approval.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"message",
"targetDemographics",
"targetGoal",
"budget"
],
"properties": {
"budget": {
"type": "number",
"description": "Total ad budget in kobo (e.g., 500000 = NGN 5,000)"
},
"message": {
"type": "string",
"description": "The ad message content to distribute to matched contacts"
},
"mediaUrl": {
"type": "string",
"description": "Media URL for non-text messages (required when messageType is 'image', 'video', or 'document')"
},
"targetGoal": {
"type": "number",
"description": "Target number of successful message deliveries"
},
"messageType": {
"type": "string",
"description": "Message content type: 'text', 'image', 'video', or 'document' (default: 'text')"
},
"targetDemographics": {
"type": "object",
"properties": {
"regions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target geographic regions to match (e.g., ['lagos', 'abuja'])"
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target audience categories to match (e.g., ['delivery', 'tech'])"
}
},
"description": "Demographic criteria to match against pool list entries",
"additionalProperties": false
}
},
"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