manage_hyperlinks
Add, remove, list, or update hyperlinks in text shapes and runs. Specify slide, shape, or run indices to target exactly.
Instructions
Manage hyperlinks in text shapes and runs.
Args: operation: Operation type ("add", "remove", "list", "update") slide_index: Index of the slide (0-based) shape_index: Index of the shape on the slide (0-based) text: Text to make into hyperlink (for "add" operation) url: URL for the hyperlink run_index: Index of text run within the shape (0-based) presentation_id: Optional presentation ID (uses current if not provided)
Returns: Dictionary with operation results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| text | No | ||
| operation | Yes | ||
| run_index | No | ||
| shape_index | No | ||
| slide_index | Yes | ||
| presentation_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |