neuron_send_message
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send a message to an existing conversation. Supports text, image, and document message types with optional media attachments.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"content"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the conversation"
},
"content": {
"type": "string",
"description": "Message content to send"
},
"mediaUrl": {
"type": "string",
"description": "URL of media to attach (required for image/document message types)"
},
"messageType": {
"type": "string",
"description": "Type of message: 'text' (default), 'image', or 'document'"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries