{
  "name": "ADACITY",
  "description": "Real estate marketing agency offering branding, lead generation, social media management, web design, and AI-powered marketing solutions for residential developers. Since 2016, we have influenced over EUR 390M in sales across 75+ projects in 6 countries.",
  "url": "https://adacity.ro",
  "provider": {
    "organization": "ADACITY",
    "url": "https://adacity.ro"
  },
  "version": "1.0.0",
  "documentationUrl": "https://adacity.ro/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [],
    "credentials": null
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "text/html", "application/json"],
  "skills": [
    {
      "id": "get-information",
      "name": "Get Company Information",
      "description": "Retrieve information about ADACITY services, case studies, and capabilities via markdown content negotiation or llms.txt",
      "tags": ["information", "real-estate", "marketing", "services"],
      "examples": [
        "What services does ADACITY offer?",
        "Tell me about ADACITY's real estate marketing experience",
        "What case studies does ADACITY have?"
      ]
    },
    {
      "id": "submit-inquiry",
      "name": "Submit Project Inquiry",
      "description": "Submit a contact form inquiry about a real estate marketing project via POST /api/contact",
      "tags": ["contact", "inquiry", "lead"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "subscribe-newsletter",
      "name": "Subscribe to Newsletter",
      "description": "Subscribe an email to the ADACITY real estate marketing insights newsletter via POST /api/newsletter",
      "tags": ["newsletter", "subscribe", "email"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
