You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_edit_message

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Edit the content of a previously sent message in a conversation. Only the message sender can edit their messages.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id",
    "msgId",
    "content"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier (UUID) of the conversation"
    },
    "msgId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the message to edit"
    },
    "content": {
      "type": "string",
      "description": "New text content to replace the existing message"
    }
  },
  "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_edit_message — io.github.conquext/neuron — PRSM MCP