explore_api
Make authenticated HTTP requests to any EARLY API endpoint to probe undocumented or newly discovered endpoints. Specify method, path, optional body and params.
Instructions
Make a raw authenticated request to any EARLY API endpoint.
Use this to probe undocumented or newly discovered endpoints.
The base URL is already set — just provide the path.
Args:
method: HTTP method (GET, POST, PATCH, DELETE, PUT)
path: API path (e.g. "/tracking", "/time-entries/2024-01-01/2024-01-31")
body: JSON request body (optional)
params: Query parameters (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| method | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||