Tool Session Status
tool_session_statusInspect the status of a specific active tool session by ID without exposing other clients' session data. Retrieve session information directly.
Instructions
Inspect one active tool session by id without listing other clients' sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id returned by start_tool_session |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| createdAt | Yes | ||
| expiresAt | Yes | ||
| sessionId | Yes | ||
| allowedTools | Yes | ||
| remainingSeconds | Yes |