You're viewing a demo portfolio

Join the waitlist
PRSM

convoawait

Active

Tool of InsideOut (Riley)

declared in v2.0.0

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
}

What this tool wrapsยท 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence โ‰ฅ 0.50.

Parent server

InsideOut (Riley)

https://github.com/luthersystems/insideout-agent-skills

2/7 registries
View full server โ†’