dispatch_health_check
Check the health of the dispatch platform by verifying API status and data feed freshness. Use this tool to confirm platform reachability before querying specific feeds.
Instructions
Check the health of the CS Executive Services dispatch platform.
Returns service health summary including API status and snapshot age for each data feed. Use this first to verify the platform is reachable before querying individual feeds.
Returns: str: JSON with 'status' field and per-feed freshness, or error string.
Examples: - "Is the dispatch platform up?" -> call with no params - "How old is the TFR data?" -> call, check 'tfr.age_seconds' in response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |