get_scraper_status
Check the health status and configuration of the flight data scraper to verify system functionality and supported capabilities.
Instructions
Check scraper health and configuration.
Returns: Dictionary with scraper status information including: - status: Current status ("healthy") - version: Scraper version - capabilities: Supported features
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}