Get Full Project Overview
get_full_project_overviewRetrieve a complete Premiere Pro project overview with statistics, sequences, and bin tree. For large projects, disable the bin tree or set sequence limits.
Instructions
Get a comprehensive overview of the project. Use include_bin_tree false or sequence_offset/sequence_limit for a bounded response on large projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_bin_depth | No | Maximum recursive bin-tree depth when include_bin_tree is true (default: 10). | |
| sequence_limit | No | Maximum sequences to include. Omit to preserve the complete legacy response. | |
| sequence_offset | No | Zero-based offset into project sequences. | |
| include_bin_tree | No | Include the recursive bin tree (default: true). Set false to return project statistics and sequences only. |
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. |