Nurama Developers

highlight_message

Pin / highlight a message in its chat — surfaces it in the highlights list and visually flags it in the timeline.

Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.

Pin / highlight a message in its chat — surfaces it in the highlights list and visually flags it in the timeline. Use to mark a decision, an answer, or a key piece of context worth preserving.

Input

PropertyTypeRequiredDescription
messageIdstringyesUUID of the message to highlight.

JSON Schema

{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "UUID of the message to highlight."
    }
  },
  "required": [
    "messageId"
  ],
  "additionalProperties": false
}

On this page