{
  "name": "maheat-wrestling-agent",
  "description": "Catalog and quote-intake agent for Maheat Wrestling — competition wrestling gear, youth through collegiate.",
  "url": "https://maheat.shop/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Maheat Wrestling",
    "url": "https://maheat.shop"
  },
  "documentationUrl": "https://maheat.shop/operate.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "list_products",
      "name": "List Products",
      "description": "Return the structured four-line product catalog with listed features.",
      "tags": [
        "wrestling",
        "gear",
        "catalog"
      ],
      "examples": [
        "What does Maheat Wrestling sell?",
        "List their product lines."
      ]
    },
    {
      "id": "get_contact",
      "name": "Get Contact",
      "description": "Return the email contact, prefilled mailto: link, portfolio link, and the email intake model.",
      "tags": [
        "contact",
        "email"
      ],
      "examples": [
        "How do I contact Maheat Wrestling?",
        "What's their email?"
      ]
    },
    {
      "id": "check_catalog",
      "name": "Check Catalog",
      "description": "Given a product or category, return whether it is in the catalog (static lookup, not live inventory).",
      "tags": [
        "catalog",
        "products"
      ],
      "examples": [
        "Do they sell headgear?",
        "Do they have practice dummies?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request_quote",
      "name": "Request Quote",
      "description": "Build an actionable prefilled mailto: handoff to joe@joemahoney.io with the visitor's details (static site, no backend submit — honest handoff).",
      "tags": [
        "quote",
        "lead",
        "team-orders"
      ],
      "examples": [
        "Get me a quote for 20 team singlets.",
        "Request a price for wrestling shoes."
      ]
    }
  ]
}
