page_model
Renders web pages as structured JSON objects, including forms, links, and cards, scored by relevance to your task.
Instructions
Render the current page into semantic, task-discoverable JSON objects. Reconstructs page structure as search_form, nav_link, article_card, course_card, model_card, product_card, table, answer_block, and limitation objects with actions, normalized fields, goal-based scoring, and provenance. Prefer this as the first planning tool after navigate when raw links/text are too wide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional task goal/query used to rank objects by relevance. | |
| limit | No | Max objects to return (default 50). | |
| types | No | Optional object kinds to return, e.g. search_form, article_card, model_card, course_card, card, table, answer_block. |