You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_post_to_newsletter

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Post a message to a WhatsApp Channel newsletter. All subscribers receive the message. Provide at least one of text or mediaUrl. This triggers delivery and cannot be undone.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier (UUID) of the newsletter to post to"
    },
    "text": {
      "type": "string",
      "description": "Message text or caption to post to the newsletter"
    },
    "mediaUrl": {
      "type": "string",
      "description": "URL of the media file to attach (required for image, video, or document types)"
    },
    "messageType": {
      "enum": [
        "text",
        "image",
        "video",
        "document"
      ],
      "type": "string",
      "default": "text",
      "description": "Type of message to send (default: 'text')"
    }
  },
  "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_post_to_newsletter — io.github.conquext/neuron — PRSM MCP