get_multiline_input
Prompt users for extended text input through a GUI dialog with a large text area, ideal for gathering detailed descriptions, code snippets, or notes.
Instructions
Create a multi-line text input dialog for the user to enter longer text content.
This tool opens a GUI dialog box with a large text area where the user can input multiple lines of text. Perfect for getting detailed descriptions, code, or long-form content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the input dialog window | |
| prompt | Yes | The prompt/question to show to the user | |
| default_value | No | Default text to pre-fill in the text area |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||