cursor_set
Register a named time anchor in picoseconds, allowing other tools to reference @name instead of copying integer ps values across calls.
Instructions
Register a named time anchor (in ps) for the current session. Other tools that take a time may reference '@' instead of copying ps integers across calls. Cursors are process-scoped and dropped on server restart. Names must match [A-Za-z_][A-Za-z0-9_-]*.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cursor name. | |
| note | No | Optional human-readable note. | |
| time_ps | Yes | Anchor time in ps. Must be >= 0. |