Thread Ask¶
Ask a question in a thread and optionally wait for the user's response.
MCP name: thread_ask
Category: threads
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
choices |
array |
No | For choice type: [{key, label}] or [str] |
question |
string |
Yes | Question text |
response_type |
string |
No | freeform (default), boolean, or choice |
thread_id |
string |
Yes | Thread ID |
timeout_seconds |
integer |
No | Block and wait for response (max 110s) |