Save intake draft
save_intake_draftSave applicant form draft fields without submitting. Field values must be strings or null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Signed hosted intake URL. Include it in every call to the hosted MCP endpoint. | |
| fields | Yes | Draft field values keyed by field_id. | |
| session_id | No | ||
| access_token | No | Applicant access token. Use it with session_id instead of url. | |
| api_base_url | No | Optional Klarefi deployment URL for local stdio use. The hosted MCP endpoint does not accept this override. |