request_submit_confirmation
Request user approval before submitting a job application, generating a one-time token for confirmed submissions. Ensures explicit consent by summarizing all field values, preventing unintended or stale submissions.
Instructions
Request approval before submitting, and get a one-time token.
summary must list the fields and the exact values that will be sent,
and call out anything the tool filled by itself. If the user has not
seen a value, they are approving something they cannot see.
Show the returned summary_to_show to the user and get an explicit yes.
Then call submit_application with confirmation_id and
acknowledged: true. The token is single-use and expires, so a stale
approval cannot be replayed onto a different job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| job_url | Yes | ||
| summary | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |