Get Page Links
gv_get_page_linksRetrieve visible links from the current page to choose the next navigation destination. Returns text and href for each link, with configurable limit up to 100.
Instructions
List the visible links on the current page.
Returns [{text, href}, ...]. Use this to choose where to navigate next.
Args: limit: Max number of links to return (default 50, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |