Search Project Items
search_project_itemsLocate Premiere Pro project items by name, file extension, offline status, or color label. Returns matching clips and bins 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. | |
| item_type | No | Filter by item type (default: all) | |
| color_label | No | Filter by color label index (0-15) | |
| max_results | No | Maximum results to return (default: 100) | |
| offline_only | No | If true, only return offline/missing items |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |