clickup_raw
Access any ClickUp REST endpoint directly. Use this when no dedicated tool is available; authentication and rate limiting are handled automatically.
Instructions
Call any ClickUp REST endpoint directly (escape hatch for full API coverage). Provide the HTTP method, the path AFTER the version segment (e.g. '/team' or '/task/abc123'), the api version ('v2' default, or 'v3' for Docs/Chat), optional query params and JSON body. Use this only when no dedicated tool exists. Auth, retries and rate-limiting are handled for you. Reference: https://developer.clickup.com/reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method. | |
| path | Yes | Path after the version, starting with '/'. Example: '/team/123/space'. | |
| version | No | API version. Default v2. | |
| params | No | Query string parameters. | |
| body | No | Request body (for POST/PUT/PATCH). |