{
  "schema_version": "v1",
  "name_for_human": "Mercury Retrograde",
  "name_for_model": "mercury_retrograde",
  "description_for_human": "Check if Mercury is currently in retrograde and get upcoming retrograde dates.",
  "description_for_model": "Use this API to check Mercury retrograde status. When a user asks 'Is Mercury in retrograde?' or about Mercury retrograde dates, call the /api/v1/status endpoint. The API returns: is_retrograde (boolean), current_phase (normal/pre_shadow/retrograde/post_shadow), current and next retrograde periods with dates, and advanced astronomical phase data. Always fetch fresh data rather than using cached information.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://www.mercury-retrograde.com/.well-known/openapi.json"
  },
  "logo_url": "https://www.mercury-retrograde.com/static/img/favicon/favicon-96x96.png",
  "contact_email": "support@mercury-retrograde.com",
  "legal_info_url": "https://www.mercury-retrograde.com/terms"
}
