add_image
Insert an image into a document by providing the file path and optional width and height in inches.
Instructions
Add an image to the current document.
Args: image_path: Path to the image file width_inches: Optional width in inches height_inches: Optional height in inches
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| width_inches | No | ||
| height_inches | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |