fill_field
Fill text fields in job applications with a value, recording the field's role and reason for reuse, verifying typed input against read-back to catch mismatches.
Instructions
Type a value into a text-like field.
ref comes from browser_state. role names what the field is for
(for example "phone", "first_name") and reason explains why this value
is correct; both are recorded so the same field is faster to fill next
time. There is no version of this tool without them, on purpose.
The value is typed character by character and then read back. If the read-back disagrees with what was typed, the tool reports a mismatch instead of pretending to have succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| role | Yes | ||
| value | Yes | ||
| reason | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |