Find Project Item By Name
find_project_item_by_nameLocate a project item by name within Premiere Pro, searching recursively through bins to return the matching asset.
Instructions
Find a project item by name (searches recursively through bins)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project item to find |
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. |