list_media_clips
Retrieve a complete list of all clips in the DaVinci Resolve media pool to quickly locate and organize your video assets for editing.
Instructions
List all clips in the media pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/davinci_mcp/tools/__init__.py:127-131 (registration)Tool schema registration: defines 'list_media_clips' with no input parameters and description 'List all clips in the media pool'.
types.Tool( name="list_media_clips", description="List all clips in the media pool", inputSchema={"type": "object", "properties": {}, "required": []}, ),