session_test
Validate Slack session tokens (xoxc/xoxd) by calling client.boot as a health check. Returns ok: true if valid, or a clear error if missing, expired, or invalid.
Instructions
Check if session tokens (xoxc/xoxd) are valid.
Calls client.boot as a health check. Returns ok: true if tokens are valid, or a clear error message if they are missing, expired, or invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||