Tool Session Status
tool_session_statusRetrieve status of a specific active tool session by its ID, isolating it from other sessions for privacy.
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 |