neuron_research_page
Deep-read a URL in one call: navigate, scroll, extract data, log console errors, and screenshot. Returns complete page understanding without multi-step chains.
Instructions
Deep-read a single URL in one call. Navigates to the page, waits for load, scrolls to trigger lazy content, extracts structured data, captures console errors, and takes a screenshot. Returns everything the AI needs to understand the page without multiple round-trips. Use instead of separate navigate → scroll → extract → screenshot chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to research | |
| tabId | No | Use an existing tab (optional — opens a new tab if omitted) | |
| scrolls | No | Number of scroll-downs to trigger lazy content (default: 3) | |
| screenshot | No | Capture a screenshot (default: true) | |
| extractSelector | No | CSS selector to extract from (optional — auto-extracts if omitted) |