{
  "name": "FreeBestWebsiteBuilders.com Research Agent",
  "description": "Discovery card for FreeBestWebsiteBuilders.com, a content resource providing independent reviews and side-by-side comparisons of 21 free website builders. Exposes human-readable HTML and agent-friendly Markdown (via Accept: text/markdown content negotiation) plus a declared skill for recommending a builder.",
  "version": "1.0.0",
  "url": "https://www.freebestwebsitebuilders.com/",
  "documentationUrl": "https://www.freebestwebsitebuilders.com/llms.txt",
  "provider": {
    "organization": "FreeBestWebsiteBuilders.com",
    "url": "https://www.freebestwebsitebuilders.com/"
  },
  "supportedInterfaces": [
    {
      "url": "https://www.freebestwebsitebuilders.com/",
      "transport": "https"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/html"],
  "skills": [
    {
      "id": "find-website-builder",
      "name": "Find Website Builder",
      "description": "Recommend a free website builder that fits the user's stated purpose (blog, portfolio, ecommerce, small business, one-page, student project), experience level, and must-have features, grounded in independent reviews and comparisons from FreeBestWebsiteBuilders.com.",
      "tags": ["reviews", "comparisons", "website-builders", "recommendations"],
      "examples": [
        "Recommend a free website builder for an ecommerce store under 10 products",
        "Compare Wix and Squarespace free plans",
        "What's the best free builder for a photography portfolio?",
        "Find a builder that supports a custom domain on the free plan"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/html"]
    }
  ]
}
