delete_marker
Delete the closest marker to a given time, with optional tolerance, and get the new marker count. Irreversible, so check list_markers first.
Instructions
Delete the marker nearest a given time, within a small tolerance, and report how many remain. Deleting cannot be undone from here, so check list_markers first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_seconds | Yes | Time of the marker to remove | |
| tolerance_seconds | No | How close a marker must be to match |