create_master_text_frame
Add a text frame to a specified master spread with custom content, position, size, font, color, and alignment.
Instructions
Create a text frame on a master spread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| masterName | Yes | Master spread name | |
| content | Yes | Text content for the frame | |
| x | No | X position in mm | |
| y | No | Y position in mm | |
| width | No | Width in mm | |
| height | No | Height in mm | |
| fontSize | No | Font size in points | |
| fontFamily | No | Font family name | Helvetica Neue |
| textColor | No | Text color (RGB hex or name) | Black |
| alignment | No | LEFT_ALIGN | |
| isPrimaryTextFrame | No | Set as primary text frame |