Get Links
get_linksLists links from an Arc browser tab with text and resolved href. Filter by substring, limit results, and collapse duplicate link-text pairs.
Instructions
List links on the page with their text and resolved href. Pass unique to collapse repeated href and text pairs, which navigation and footers produce in bulk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum links to return | |
| query | No | Case-insensitive substring matched against link text and href | |
| tab_id | No | Arc tab id from list_tabs. Omit to use this agent's current tab, falling back to whatever tab is active in Arc. | |
| unique | No | Collapse links with an identical href and text, reporting how many were dropped |