convoawait
ActiveTool of InsideOut (Riley)
Wait for a pending response from Riley after a convoreply timeout. ๐ฏ USE THIS TOOL WHEN: convoreply returned a timeout error. This allows you to continue waiting for the response without resending the message. REQUIRES: - session_id: from convoopen response OPTIONAL: - message_id: if known (from convoreply timeout error) - timeout (integer): seconds to wait. For Cursor, use 50 (default). Max 55. Returns the same format as convoreply when successful.
Parameters schema
{
"type": "object",
"required": [
"session_id"
],
"properties": {
"timeout": {
"type": [
"null",
"integer"
],
"maximum": 55,
"minimum": 1,
"description": "Max seconds to wait. Default 50, max 55."
},
"message_id": {
"type": "string",
"description": "Optional message ID from a convoreply timeout error. Not required for normal turn-based flow."
},
"session_id": {
"type": "string",
"pattern": "^sess_v2_[0-9A-Za-z]+\\?token=[0-9a-f]+$",
"description": "Session ID from convoopen โ pass back EXACTLY as returned, including the ?token=... suffix (format: sess_v2_*?token=*). The suffix is part of the session credential; never strip it when summarizing."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence โฅ 0.70.
Parent server
InsideOut (Riley)
https://github.com/luthersystems/insideout-agent-skills
2/7 registries