sheets_insert_link
Insert clickable hyperlinks into Google Sheets cells with custom display text. Specify the spreadsheet, range, and URL to add links directly.
Instructions
Insert clickable links in Google Sheets cells with custom display text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to link to (must be a valid URL) | |
| text | No | Custom display text for the link (optional - if not provided, the URL will be displayed) | |
| range | Yes | The A1 notation range to insert the link (e.g., "Sheet1!A1" or "A1:B2") | |
| validation | No | Whether to validate the URL format (default: true) | |
| useEUFormat | No | Use semicolon separator for EU locale sheets (auto-detected from user language/context if not specified) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |