← All WebMCP sites

heroleague.ai

Productivity & Businesshttps://heroleague.ai/listed as of 2026-08-26
HAIL is an AI Fluency diagnostic for teams. Discover your hero AI archetype — how your team is really doing with AI, not how busy it looks — and the exact moves to level up.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 56/100 (C).

Tools

list_questionsanswerimperative
List HAIL assessment questions for simple, professional, or advanced profile. Each question includes tier (core|extended) and core_position. Payload also returns core_count, core_keys, and extended_order.
Input schema
{
  "type": "object",
  "properties": {
    "profile": {
      "type": "string",
      "enum": [
        "simple",
        "professional",
        "advanced"
      ]
    }
  }
}
run_assessmentactimperative
Score a team assessment. Email is optional — anonymous runs are allowed. Core 8 answers are enough to place a hero; response includes core_complete and sharpen hints. Agents are bounded by the per-IP rate limit, not a free-run gate.
Input schema
{
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "team_name": {
      "type": "string"
    },
    "profile": {
      "type": "string",
      "enum": [
        "simple",
        "professional",
        "advanced"
      ]
    },
    "answers": {
      "type": "object"
    },
    "team_type": {
      "type": "string",
      "enum": [
        "product",
        "platform"
      ]
    },
    "business_answers": {
      "type": "object"
    }
  },
  "required": [
    "team_name",
    "answers"
  ]
}
get_resultanswerimperative
Fetch a stored HAIL result by run_id or share_slug.
Input schema
{
  "type": "object",
  "properties": {
    "run_id": {
      "type": "string"
    }
  },
  "required": [
    "run_id"
  ]
}
get_playbookanswerimperative
Get the What-to-Fix playbook for a run (Premium/Portfolio). Requires a Save token proving ownership — run_id alone is not enough.
Input schema
{
  "type": "object",
  "properties": {
    "run_id": {
      "type": "string"
    },
    "token": {
      "type": "string",
      "description": "Save-link token proving ownership"
    }
  },
  "required": [
    "run_id"
  ]
}
Listings are sourced from public community registries and shown as reported.