add_bookmark
Insert a bookmark at a specified paragraph index to enable quick internal navigation within the document.
Instructions
Add a bookmark to a paragraph in the document. Bookmarks can be used for internal navigation.
Args: paragraph_index: Index of the paragraph to bookmark bookmark_name: Name for the bookmark (no spaces)
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmark_name | Yes | ||
| paragraph_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |