{
  "schema_version": "1.0",
  "name": "StoA CV Generator",
  "description": "LinkedIn PDF'nizi ATS uyumlu, yapılandırılmış bir CV'ye dönüştüren araç. Ücretsiz, kayıt gerektirmez.",
  "url": "https://cvgenerator.futureautonoms.com",
  "language": "tr",
  "tools": [
    {
      "name": "generate_cv",
      "description": "LinkedIn profilinden indirilen PDF dosyasını ATS uyumlu CV formatına dönüştürür.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "linkedin_pdf_url": {
            "type": "string",
            "description": "LinkedIn profilinden indirilen PDF dosyasının URL'si veya yolu"
          }
        },
        "required": []
      },
      "endpoint": "https://cvgenerator.futureautonoms.com/api/v1/parse-linkedin",
      "method": "POST"
    },
    {
      "name": "create_cv_from_scratch",
      "description": "LinkedIn hesabı olmadan sıfırdan boş CV şablonu oluşturur.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "endpoint": "https://cvgenerator.futureautonoms.com/editor",
      "method": "GET"
    }
  ]
}
