{
  "schema_version": "v1",
  "name": "Laistra AI Automation Agency",
  "description": "Laistra provides AI automation solutions for businesses in Slovakia and the EU — AI agents, process automation, web development, SEO, GEO optimization, and AI training.",
  "url": "https://laistra.eu",
  "contact": "info@laistra.eu",
  "tools": [
    {
      "name": "request_consultation",
      "description": "Submit a consultation request to Laistra. Use this to inquire about AI automation, web development, SEO, or other services.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "email": { "type": "string", "description": "Contact email address" },
          "message": { "type": "string", "description": "Description of the business challenge or service inquiry" }
        },
        "required": ["email", "message"]
      }
    },
    {
      "name": "get_services",
      "description": "Retrieve the list of services offered by Laistra including AI agents, web development, SEO, GEO optimization, performance marketing, and AI training.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
