insert_image_from_resource
Insert images into Google Docs from shared storage resources by uploading to Drive and placing at specified positions.
Instructions
Insert an image into a Google Document from a resource identifier.
The resource identifier references a blob in the shared blob storage volume (mapped via Docker volumes) that can be accessed by multiple MCP servers.
The image is first uploaded to Google Drive, then inserted into the document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| resource_id | Yes | Resource identifier (e.g., 'blob://1733437200-a3f9d8c2b1e4f6a7.png') | |
| index | Yes | The index (1-based) where the image should be inserted | |
| width | No | ||
| height | No |