page_snapshot
Get visible text from a web page as plain text, returning URL, title, and content for token-friendly reading. Use when you only need to read page content without interacting with elements.
Instructions
Extract the visible text content of a page as plain text (token-friendly). Returns: url, title, and content (all visible text, no HTML). For semantic element data with refs and values, use page_a11y instead — it gives you interactive elements with roles and names. Use this when you just need to READ page content without needing to interact with elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| session_id | Yes |