list_timelines
Retrieve a list of all timelines in the current DaVinci Resolve project to organize your editing workflow.
Instructions
List all timelines in the current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- Tool registration/schema definition for list_timelines. Defines the tool name, description ('List all timelines in the current project'), and input schema (empty, no parameters required).
# Timeline tools types.Tool( name="list_timelines", description="List all timelines in the current project", inputSchema={"type": "object", "properties": {}, "required": []}, ),