fetch_snippet
Fetch a webpage and return a short snippet from its top to quickly preview content or verify the URL before deeper analysis.
Instructions
Fetch a webpage and return a short snippet from the top of it.
This is the quick-look tool. It returns the head of the page's
accessibility-tree snapshot, which is usually enough to tell what
the page is and whether it is the right one. If the page is longer
than the snippet, the result ends with a marker telling you to use
summarize for the full content or extract for specific fields.
Use this when you want a fast look at a page, or to confirm a URL is
what you expect before doing more with it. For a full understanding
of a long page, prefer summarize; for named fields, prefer
extract.
Args: url: The full URL to fetch (must include http:// or https://). user_id: Optional. If set, camofox reuses a browser context across calls (faster). Default opens a one-shot tab.
Returns: The head of the page snapshot, with a marker if it was longer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |