page_model
Renders the current page into semantic JSON objects—forms, cards, tables, and answer blocks—with ranked actions and provenance. Use after navigating to plan your next step.
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. |