network_extract
Parse captured JSON/API/network responses into structured objects with fields, scores, and provenance. Use after navigation when raw body preview is too noisy.
Instructions
Parse captured JSON/API/network responses into semantic objects with fields, scores, matched query terms, and capture/path provenance. Use after navigate or activate when network_stores shows JSON/GraphQL/NDJSON captures and raw body_preview is too noisy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional substring filter on response host. | |
| limit | No | Max objects to return (default 50). | |
| nav_id | No | Defaults to the most recent navigation_id. Pass 'all' to inspect all captures. | |
| query | No | Optional task query/goal used to rank objects. | |
| types | No | Optional object kinds to keep, e.g. product_card, article_card, model_card, network_object, card. |