Attach Custom Property
attach_custom_propertyAttach a custom key/value property to the active sequence and verify it lands in the XMP packet, reporting if the property fails to persist.
Instructions
Attach a custom property (key/value pair) to the active sequence and confirm it against the sequence project item's XMP packet. Reports failure when the property never lands in XMP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Unique identifier for the custom property | |
| property_value | Yes | Value for the custom property |
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. |