camofox_extract_structured_data
Extracts structured data from a web page using a JSON Schema with x-ref hints pointing to snapshot element refs. Take a snapshot first to populate the ref table.
Instructions
Extract structured data via JSON Schema
Extracts structured data from the current page using a JSON Schema whose properties
carry x-ref hints pointing at snapshot element refs (e.g. e1, e2).
Call the snapshot tool (camofox_snapshot) first to populate the ref table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | ||
| schema | Yes | JSON Schema with `type: "object"` and a `properties` map. Each property may include `x-ref` (a snapshot element ref) and an optional `type` (`string`, `number`, `integer`, `boolean`). | |
| userId | Yes |