zerodom_hidden_fields
List hidden input fields on the current page to retrieve CSRF tokens and per-view state needed for form submissions. Get each field's name, value, and CSS selector for direct use in filling forms.
Instructions
List hidden <input type="hidden"> fields on the current page.
Hidden inputs are deliberately NOT graph nodes — an agent acting on a page has no reason to click them, so listing them as nodes would be noise. But they carry the payload a form submission needs (CSRF tokens, per-view state like a draft id or a sort order), which is exactly what an agent re-submitting a POST after a stale parse is missing. Returns each field's name, value and CSS selector, so the values can be fed straight into a zerodom_fill_node call if the target form expects them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |