Match Frame
match_frameIdentify the source media for the frame at the playhead on a chosen track to enable precise match frame operations.
Instructions
Get source media info for the frame at the current playhead on a specific track. Useful for match frame operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Track type (default: video) | |
| track_index | No | Track index (default: 0) |
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. |