create_question
Create a new profile question as free-form text, multiple choice, yes/no, or fill-in-the-blank to capture structured user data.
Instructions
Create a new profile question. Questions can be free-form text, multiple choice, yes/no, or fill-in-the-blank.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source/app creating the question | |
| options | No | Required for multiple_choice: array of at least 2 options | |
| category | No | Optional category for organizing questions (max 100 characters) | |
| isActive | No | Whether the question is active (default: true) | |
| description | No | Optional description for the question (max 1000 characters) | |
| displayOrder | No | Order for displaying questions (default: 0) | |
| questionText | Yes | The question text (1-500 characters) | |
| questionType | Yes | The type of question | |
| allowMultiple | No | For multiple_choice: allow selecting multiple options (default: false) | |
| fillInBlankTemplate | No | Required for fill_in_blank: template containing {blank} placeholder |