insert_doc_image
Insert images into Google Docs from Drive or URLs by specifying position and optional dimensions to enhance document content.
Instructions
Inserts an image into a Google Doc from Drive or a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the document to update | |
| image_source | Yes | Drive file ID or public image URL | |
| index | Yes | Position to insert image (0-based) | |
| width | No | Image width in points (optional) | |
| height | No | Image height in points (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |