session_get_user_actions
Retrieve browser user actions such as clicks, typed values, and submissions, including the elements touched. Use cursor to get only new actions after handover or takeover, with sensitive fields redacted.
Instructions
What the human has done in the browser — clicks, typed values, chosen options, submissions — and the element each one touched. Works whether or not you asked, so unprompted help is still readable. Pass the cursor back for only what is new. Values are captured during a handover or takeover; sensitive fields stay redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Restrict to these kinds, e.g. ['click','input_change','option_chosen']. | |
| limit | No | Maximum actions to return. | |
| cursor | No | Only actions newer than this seq. 0 for everything retained. |