Set Xmp Metadata
set_xmp_metadataMerge raw XMP XML into a Premiere Pro project item's existing metadata to add or replace specific fields while preserving all unrelated metadata.
Instructions
Merge a raw XMP XML patch into a project item's existing XMP metadata without removing unrelated fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item | |
| xmp_xml | Yes | Well-formed XMP XML containing only the fields to add or replace |
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. |