stt_evaluate
Execute custom JavaScript in the page to extract JSON data not covered by other tools, enabling flexible product research.
Instructions
Run JavaScript in the page and return the JSON-serializable result. The escape hatch for anything the other tools don't cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JS expression evaluated in page context, e.g. "document.querySelectorAll('.product-card').length" |