{"skills":[{"name":"list-solutions","description":"List all industrial solution categories and their markdown endpoints.","endpoint":"https://www.datawisesoft.com/en/solutions.md","authentication":{"type":"none","required":false},"input_schema":{"type":"object","properties":{"locale":{"type":"string","enum":["en","tr"],"default":"en"}}},"output_schema":{"type":"string","contentType":"text/markdown","description":"Markdown index of all solution categories and case study links."}},{"name":"get-solution","description":"Retrieve detailed markdown for a specific industry solution.","endpoint":"https://www.datawisesoft.com/en/solutions/{slug}.md","authentication":{"type":"none","required":false},"input_schema":{"type":"object","required":["slug"],"properties":{"locale":{"type":"string","enum":["en","tr"],"default":"en"},"slug":{"type":"string","enum":["manufacturing","aviation","logistics","enterprise"]}}},"output_schema":{"type":"string","contentType":"text/markdown"}},{"name":"get-case-study","description":"Retrieve full case study content including challenge, solution, impact, and business value.","endpoint":"https://www.datawisesoft.com/en/solutions/{slug}/case-studies/{id}.md","authentication":{"type":"none","required":false},"input_schema":{"type":"object","required":["slug","id"],"properties":{"locale":{"type":"string","enum":["en","tr"],"default":"en"},"slug":{"type":"string"},"id":{"type":"string"}}},"output_schema":{"type":"string","contentType":"text/markdown"}},{"name":"get-company-profile","description":"Retrieve the llms.txt machine-readable company index.","endpoint":"https://www.datawisesoft.com/llms.txt","authentication":{"type":"none","required":false},"input_schema":{"type":"object","properties":{}},"output_schema":{"type":"string","contentType":"text/plain"}},{"name":"schedule-deployment-audit","description":"Schedule a deployment audit with Datawise. Requires human interaction via external calendar.","endpoint":"https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ2akcSfE19GtfwhqE-XsZsZunk00WJLBw3dMuhMun7lOvueH7nPttcJFTr9VqhzTWTxy5gr8OO6","authentication":{"type":"human-in-loop","required":true,"description":"User must complete booking in Google Calendar."},"input_schema":{"type":"object","properties":{"preferred_date":{"type":"string","format":"date"},"company":{"type":"string"},"industry":{"type":"string"}}},"output_schema":{"type":"object","description":"Calendar booking confirmation (external)."}}]}