search_project_items
Search for project items by name, file extension, offline status, or color label. Returns matching items with full details.
Instructions
Search for project items by name, media file extension, offline status, or color label. Returns matching items with full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query (matched against item name, case-insensitive substring match) | |
| extension | No | Filter by file extension (e.g., 'mp4', 'wav', 'png'). Without dot. | |
| offline_only | No | If true, only return offline/missing items | |
| color_label | No | Filter by color label index (0-15) | |
| item_type | No | Filter by item type (default: all) | |
| max_results | No | Maximum results to return (default: 100) |