get_user_choice
Present a list of options to the user in a choice dialog, allowing single or multiple selections based on configuration.
Instructions
Create a choice dialog window for the user to select from multiple options.
This tool opens a GUI dialog box with a list of choices where the user can select one or multiple options. Perfect for getting decisions, preferences, or selections from the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the choice dialog window | |
| prompt | Yes | The prompt/question to show to the user | |
| choices | Yes | List of choices to present to the user | |
| allow_multiple | No | Whether user can select multiple choices |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||