playback_get_current_item
Retrieves details of the timeline item currently at the playhead, including its name, start, end, and duration. Returns None if no item is under the playhead.
Instructions
Return info about the timeline item under the playhead, or None.
Returns a dict with keys: name, start, end, duration. Returns None if no item is under the playhead or no timeline is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |