Splashtop Session Status
splashtop_session_statusCheck a device's Splashtop session capacity: returns whether a new session can start, along with current and maximum session counts.
Instructions
List active Splashtop session capacity for a device. Returns can_start_new_session, current_sessions, and max_sessions. can_start_new_session reflects capacity only — per the spec examples it is true exactly when current_sessions < max_sessions. It is independent of attended-access consent: when attended access is enabled (see splashtop_get_attended_access) the end user must still approve before a session starts, so capacity alone is not sufficient to conclude a session can begin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_uuid | Yes | ||
| account_type | No | ||
| output_format | No | json |