You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_submit_to_list_pool

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Submit a contact list to the shared pool marketplace for other organizations to discover and use for ad distribution.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "listId",
    "channelId",
    "category",
    "pricePerDelivery"
  ],
  "properties": {
    "listId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the contact list to submit"
    },
    "category": {
      "type": "string",
      "description": "Audience category (e.g., 'delivery', 'tech', 'consumers', 'food')"
    },
    "channelId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the WhatsApp channel used for sending messages"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the audience and its characteristics"
    },
    "demographics": {
      "type": "object",
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Demographic tags describing the audience (e.g., ['young-adults', 'tech-savvy'])"
        },
        "regions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Geographic regions covered (e.g., ['lagos', 'abuja'])"
        }
      },
      "description": "Demographic information about the contact list audience",
      "additionalProperties": false
    },
    "pricePerDelivery": {
      "type": "number",
      "description": "Price per successful message delivery in kobo (e.g., 5000 = NGN 50)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →