check_session
InactiveTool of sncro
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
sncro
https://github.com/scottconfusedgorilla/sncro-relay
2/7 registries