Get Export File Extension
get_export_file_extensionDetermine the export file extension for the active sequence using a specified preset path. This helps confirm the output format before exporting.
Instructions
Get the file extension that would be used when exporting the active sequence with a given preset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_path | Yes | Full path to the export preset file (.epr) |
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. |