Get Bin Contents
get_bin_contentsFetch detailed contents of a Premiere Pro bin using its name, node ID, or path. Returns nested items, media paths, offline status, color labels, and metadata, with optional recursive depth and pagination.
Instructions
Get detailed contents of a specific bin (folder) including all nested items, media paths, offline status, color labels, and metadata. Searches by bin name or node ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum direct children to return. Pair with recursive false for the smallest bounded response. | |
| bin_id | Yes | Bin name, node ID, or path (e.g., 'Footage', 'Footage/Raw') | |
| offset | No | Zero-based offset into the bin's direct children. Pair with limit for a bounded page. | |
| max_depth | No | Maximum nested-bin depth when recursive is true. Defaults to the legacy unlimited recursion. | |
| recursive | No | Include items from sub-bins recursively (default: true) |
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. |