You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_newsletter

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Create a new WhatsApp Channel newsletter for one-way broadcast updates. Requires a connected Baileys session on the specified channel.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "channelId",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of the newsletter visible to subscribers"
    },
    "channelId": {
      "type": "string",
      "description": "Identifier (UUID) of the WhatsApp session channel to create the newsletter on"
    },
    "description": {
      "type": "string",
      "description": "Description of the newsletter's purpose and content"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →
neuron_create_newsletter — io.github.conquext/neuron — PRSM MCP