Google Docs
gdoc_insert_inline_image
Insert an image from a URL at a specific position in the document.
Remote node2flow/google-docs
Other tools also called gdoc_insert_inline_image?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"uri": {
"type": "string",
"description": "Public URL of the image to insert"
},
"index": {
"type": "number",
"description": "Position to insert the image at"
},
"segment_id": {
"type": "string",
"description": "Segment ID (header/footer ID). Omit for body content"
},
"width_unit": {
"type": "string",
"description": "Unit for width: PT (points), EMU. Default: PT"
},
"document_id": {
"type": "string",
"description": "The document ID"
},
"height_unit": {
"type": "string",
"description": "Unit for height: PT (points), EMU. Default: PT"
},
"width_magnitude": {
"type": "number",
"description": "Image width value (in units specified by width_unit)"
},
"height_magnitude": {
"type": "number",
"description": "Image height value (in units specified by height_unit)"
}
}
}