Tool Session Status
tool_session_statusCheck the status of a specific active tool session by ID, ensuring privacy by not listing other clients' sessions.
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 |