submit_answer
Send an answer to a profile question, matching the response type to the question type so profile data stays accurate.
Instructions
Submit an answer to a profile question. The answer type must match the question type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| textValue | No | For free_form or fill_in_blank questions: the text answer (max 5000 chars) | |
| questionId | Yes | UUID of the question to answer | |
| answerSource | Yes | The source/app submitting the answer | |
| booleanValue | No | For yes_no questions: true or false | |
| selectedOptions | No | For multiple_choice questions: array of selected option(s) |