Observe the enclosing card
browser_parentGet the surrounding card for an inner node from find/digest, returning fresh ids and sibling row text for split cards. Use to obtain the actionable context around a matched text.
Instructions
Climb from a find/digest match to the CARD around it (the nearest container with ≥2 actionables) and observe just that subtree: the way from "found the price text" to "here is the clickable title next to it". Returns the card with fresh ids; the global look baseline stays untouched. When the card carries no prose beyond its actionables and the page splits the logical card across sibling rows (HN-style tables), structuredContent also carries siblingRowText — the metadata row BESIDE the card, as declared text, never merged into the card ids. The right follow-up when browser_find located an inner node and you need its actionable context — never infer the card by id arithmetic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the inner node (from find/digest/map) | |
| sessionId | No | optional: the session this call belongs to (from browser_session_open). Omitted uses the shared default session. |