{"name":"Service Agent","description":"AI-powered industrial machinery support agent. Get help with troubleshooting, documentation lookup, parts information, and pattern analysis for commercial laundry and textile processing equipment.","version":"1.0.0","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"Service Agent Chat Input","description":"Chat with an AI-powered industrial machinery support agent for troubleshooting, documentation lookup, and parts information","required":["message"],"properties":{"message":{"type":"string","title":"Message","description":"Your question or description of the issue you need help with","minLength":1,"maxLength":10000},"equipmentId":{"type":"string","title":"Equipment ID","description":"Optional machine ID or asset tag to provide equipment context"}}},"_links":{"self":{"href":"https://service-agent.marketplace.cloudflight.dev/"},"chat":{"href":"https://service-agent.marketplace.cloudflight.dev/chat","method":"POST","title":"Send a chat message"},"equipment":{"href":"https://service-agent.marketplace.cloudflight.dev/equipment/{id}","title":"Look up equipment by ID","templated":true},"upload-manual":{"href":"https://service-agent.marketplace.cloudflight.dev/manuals/upload","method":"POST","title":"Upload an operating manual PDF"},"manuals":{"href":"https://service-agent.marketplace.cloudflight.dev/manuals","title":"List uploaded manuals"}}}