connect_clockwork
Establishes a verified connection to a Clockwork application by checking API availability and authentication, then caches it for subsequent requests.
Instructions
Connect to a Clockwork application (any URL with optional password). Verifies the API is reachable and authentication works, then caches the connection for subsequent calls. All other tools also accept the same baseUrl/username/password/token parameters directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username |