{
  "schemaVersion": "2024-11-05",
  "name": "Gals Agro",
  "description": "Gals Agro is a Ukrainian full-cycle agro-industrial company: crop production, livestock, poultry, perennial orchards (apples and hazelnuts), sugar production and bioenergy — built around a circular economy from land to energy. Ask a question, request a callback, or apply for a job.",
  "url": "https://gals-agro.com/",
  "tools": [
    {
      "name": "ask_question",
      "description": "Ask Gals Agro a question or send a message. Leave a name and a contact (phone or email) and the team will reply.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "required": ["name", "contact"],
        "properties": {
          "name": { "type": "string", "description": "Your name" },
          "contact": { "type": "string", "description": "Phone or email" },
          "message": { "type": "string", "description": "Your question or message" }
        }
      }
    },
    {
      "name": "request_callback",
      "description": "Request a callback from Gals Agro — just a name and a phone.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "required": ["name", "contact"],
        "properties": {
          "name": { "type": "string", "description": "Your name" },
          "contact": { "type": "string", "description": "Phone" }
        }
      }
    },
    {
      "name": "careers_application",
      "description": "Apply for a job at Gals Agro. Provide a name, a contact and the position of interest.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "required": ["name", "contact"],
        "properties": {
          "name": { "type": "string", "description": "Your name" },
          "contact": { "type": "string", "description": "Phone or email" },
          "position": { "type": "string", "description": "Position / vacancy" },
          "message": { "type": "string", "description": "Short note about you" }
        }
      }
    }
  ]
}
