clickup_health_check
Validate ClickUp API connectivity and token authentication. Returns the authorized user's name, ID, and email, or an error for debugging.
Instructions
Verify connectivity and authentication against the ClickUp API.
Calls GET /user (the authorized-user endpoint) with the configured
CLICKUP_API_TOKEN and reports who the token belongs to.
When to Use:
As the first call after configuring the server, to confirm the token works.
To debug 401/403 responses from other tools.
When NOT to Use:
To look up other people in the Workspace (use the members tools instead).
Returns:
A one-line OK summary with the authorized user's name, id, and email, or
an Error ... string describing the failure.
Error Handling: 401 means the token is missing/invalid; connection errors point to network or CLICKUP_API_URL issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |