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