session_test
Validates Slack session tokens (xoxc/xoxd) by performing a health check with client.boot. Returns confirmation of validity or clear error messages for expired, missing, or invalid tokens.
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 | |||