insert_doc_link
Add clickable hyperlinks to Google Docs by inserting linked text at specific document positions using document ID and target URL.
Instructions
Insert clickable linked text at a specified index in a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| document_id | Yes | ID of the document. | |
| text | Yes | The visible text for the link. | |
| url | Yes | The target URL (http/https/mailto supported). | |
| index | No | Document index at which to insert the link. Defaults to 1. | |
| tab_id | No | Optional tab ID to scope the insertion to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |