get_health
Check if the SentiSift service is ready to handle requests. Returns status 'ready' when models are loaded, or 'loading' with progress indicator during cold starts. Useful before large batch analyses or diagnosing slow responses.
Instructions
Check if the SentiSift service is ready to handle requests.
Returns {'status': 'ready'} when models are loaded and requests will be served normally, or {'status': 'loading', 'progress': 0.4} during a cold start (usually 10-60 seconds after a restart).
Call this before a large batch analysis if response latency matters, or when diagnosing 'service appears slow' complaints. The analyze_comments tool handles transient loading states automatically with retries, so this is typically informational.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||