vibo_answer_question
Answer a section planning question with the correct field type: text, selected options, URL links, images, or files.
Instructions
Answer a section planning question. Provide the field matching the question's type: text for a text question, selectedOptions (array of option _ids from vibo_list_section_questions) for radio/checkbox/select, or link (array of URLs) for a link question. Use otherOptionTitle with the question's "other" option. For photo/file questions, pass imagePaths / filePaths (absolute local paths). Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | URL(s), for a link question. | |
| text | No | Answer for a text question. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| filePaths | No | Absolute local file paths, for a file-attachment question. | |
| sectionId | Yes | Section id. | |
| imagePaths | No | Absolute local image file paths, for a photo question. | |
| questionId | Yes | Question _id (from vibo_list_section_questions). | |
| selectedOptions | No | Option _ids to select, for radio/checkbox/select questions. | |
| otherOptionTitle | No | Free-text value when selecting the question's "other" option. |