insert_image
Insert image files into documents, controlling size by specifying width and height in inches.
Instructions
Insert an image into the document.
Args: image_path: Path to the image file width_inches: Optional width in inches height_inches: Optional height in inches
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| width_inches | No | ||
| height_inches | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |