Verify Fcpxml Media References
verify_fcpxml_media_referencesValidate that media references in an FCPXML file point only to allowed root directories, so paths outside those roots are never inspected or exposed.
Instructions
Verify FCPXML file:// media references only inside caller-approved existing roots. References outside those roots are never statted or exposed as local paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Existing local .fcpxml or .xml file | |
| allowed_roots | Yes | One to sixteen existing absolute roots that may be inspected |
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. |