insert_doc_person_chip
Insert person mentions in Google Docs by adding email text that converts to interactive chips, enabling collaborative document tagging.
Instructions
Insert an @mention person chip at a specified index.
The person's email is inserted as text with a mailto: link; Google Docs
auto-converts this into a rich person chip when rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| document_id | Yes | ID of the document. | |
| Yes | Email address of the person to mention. | ||
| index | No | Document index at which to insert. | |
| tab_id | No | Optional tab ID to scope the insertion to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |