inspect_page
Read the current page to identify supported capabilities, related entities, and compiler refusals. Reuse existing templates when available to avoid recompilation.
Instructions
Read the current page and return the capabilities it supports, the entities it is about, and anything the compiler refused. Reuses a stored template for the page class when one binds, and compiles a new one only when none does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | No | ||
| origin | Yes | ||
| refused | No | ||
| entities | No | ||
| warnings | No | ||
| session_id | Yes | ||
| document_id | Yes | ||
| snapshot_id | Yes | ||
| capabilities | No | ||
| page_signature | Yes | ||
| reused_templates | Yes | ||
| normalized_route_pattern | Yes |