healthcheck
Verifies Slack API token validity for each workspace, returning user ID and team domain on success or error code on failure.
Instructions
Verify token validity per workspace + report draft store + audit log path.
For each workspace, calls auth.test. Returns user_id and team domain on success, or error code on failure. Does not retry. A failed auth.test means the token has been invalidated (logout, password change, app revoke) and needs re-extraction per SETUP.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||