{
  "schema_version": "0.2.0",
  "publisher": {
    "name": "Zotta",
    "url": "https://zotta.ai"
  },
  "skills": [
    {
      "id": "understand-zotta-lms",
      "name": "Understand Zotta LMS",
      "description": "Use this skill when a user asks what Zotta LMS does, which lending workflows it supports, or whether it fits a lending operation.",
      "version": "2026-05-05",
      "entrypoint": {
        "type": "mcp",
        "server_card": "https://zotta.ai/.well-known/mcp/server-card.json",
        "tool": "read_zotta_overview"
      },
      "inputs": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "ask-zotta-product-question",
      "name": "Ask a Zotta product question",
      "description": "Use this skill for public, non-sensitive questions about Zotta LMS modules, implementation fit, and demo preparation.",
      "version": "2026-05-05",
      "entrypoint": {
        "type": "openapi",
        "spec": "https://zotta.ai/openapi.json",
        "operationId": "askZottaLandingAssistant"
      },
      "inputs": {
        "type": "object",
        "required": ["message"],
        "properties": {
          "message": {
            "type": "string"
          }
        }
      }
    },
    {
      "id": "prepare-zotta-demo-request",
      "name": "Prepare a Zotta demo request",
      "description": "Use this skill when a human explicitly wants to request a demo or contact Zotta about a lending-platform implementation.",
      "version": "2026-05-05",
      "entrypoint": {
        "type": "openapi",
        "spec": "https://zotta.ai/openapi.json",
        "operationId": "submitContactRequest"
      },
      "human_review_required": true,
      "inputs": {
        "type": "object",
        "required": ["name", "email", "message"],
        "properties": {
          "name": {
            "type": "string"
          },
          "email": {
            "type": "string",
            "format": "email"
          },
          "company": {
            "type": "string"
          },
          "message": {
            "type": "string"
          }
        }
      }
    }
  ]
}
