You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.27.1).

check_session

Inactive

Tool of sncro

declared in 1.27.1

Check the connection status of a sncro session. Call this after create_session to confirm the browser has connected before using other tools. If status is "waiting", the user hasn't enabled sncro yet — remind them to click/paste the enable URL, wait a few seconds, and call check_session again. Returns: status: "not_found" | "waiting" | "connected" session_age_seconds: how long since the session was created next_step: what to do based on current status

Parameters schema

{
  "type": "object",
  "title": "check_sessionArguments",
  "required": [
    "key",
    "secret"
  ],
  "properties": {
    "key": {
      "type": "string",
      "title": "Key"
    },
    "secret": {
      "type": "string",
      "title": "Secret"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

sncro

https://github.com/scottconfusedgorilla/sncro-relay

2/7 registries
View full server →
check_session — sncro — PRSM MCP