{
  "name": "HAIL",
  "description": "Heroes of the AI League - team AI archetype diagnostic",
  "url": "https://heroleague.ai",
  "mcp": "https://heroleague.ai/mcp",
  "actions": [
    { "name": "list_questions", "method": "GET", "path": "/api/questions" },
    { "name": "run_assessment", "method": "POST", "path": "/api/diagnose" },
    { "name": "get_result", "method": "GET", "path": "/api/result/{id}" },
    { "name": "get_playbook", "method": "GET", "path": "/api/playbook/{id}" }
  ],
  "limits": {
    "free_runs_per_email": 1,
    "rate_limit_per_hour": 30
  }
}
