pilot_get
Fetch a webpage's full readable content and interactive elements with a single URL call, providing enough context to answer read questions without additional tool calls.
Instructions
Navigate to a URL and return its full readable content + interactive elements in one call.
Use this as the primary tool for "go to X and find Y" read tasks. It combines navigation and content extraction, eliminating the need for a separate snapshot call.
Parameters:
url: The URL to fetch
Returns: Page title, readable body text (up to 1500 chars), and interactive elements. Enough context to answer most read questions without additional tool calls.
Errors:
Timeout (15s): The page took too long to load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to |