update_marker
Update an existing marker's name, comment, or color in any specified sequence, even if it is not the active one.
Instructions
Updates an existing marker's properties in the specified sequence. The sequence does not have to be the active one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the marker | |
| color | No | New colour. Marker colour — a name (green, red, purple, orange, yellow, white, blue, cyan) or an index 0-7. Defaults to green. | |
| comment | No | New comment | |
| markerId | Yes | The ID of the marker to update | |
| sequenceId | Yes | The sequence ID (GUID) as returned in the "id" field by list_sequences or get_active_sequence |