update_marker
Change a marker's name, color, or comment in a specified sequence. Provide sequence ID and marker ID to apply updates.
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 |