{"actions":[{"name":"list_services","title":"List services","description":"List Aevum Security's cybersecurity services (slug, name, one-line summary). Use the slug with get_service_details or submit_enquiry.","mutating":false,"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false},"outputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"services":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"name":{"type":"string"},"summary":{"type":"string"}},"required":["slug","name","summary"],"additionalProperties":false}}},"required":["services"],"additionalProperties":false},"examples":[{"name":"all services","input":{}}]},{"name":"get_service_details","title":"Get service details","description":"Full details of one Aevum Security service, by slug from list_services.","mutating":false,"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"service":{"type":"string","enum":["cyberpatch","cybermonitor","cyberbaseline","cyberforensic"]}},"required":["service"],"additionalProperties":false},"outputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"slug":{"type":"string"},"name":{"type":"string"},"summary":{"type":"string"},"audience":{"type":"string"},"engagement":{"type":"string"},"moreInfo":{"type":"string","format":"uri"}},"required":["slug","name","summary","audience","engagement","moreInfo"],"additionalProperties":false},"examples":[{"name":"cyberpatch details","input":{"service":"cyberpatch"}}]},{"name":"submit_enquiry","title":"Submit an enquiry","description":"Send a business enquiry to Aevum Security on behalf of your principal. Creates a real enquiry (a human will respond within 1 business day) — only call with the principal's consent. Returns the enquiry id as proof of receipt.","mutating":true,"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":100,"description":"Contact person's name"},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Reply-to email address"},"service":{"anyOf":[{"type":"string","enum":["cyberpatch","cybermonitor","cyberbaseline","cyberforensic"]},{"type":"string","const":"general"}],"description":"Service slug from list_services, or 'general'"},"message":{"type":"string","minLength":10,"maxLength":2000,"description":"The enquiry itself"}},"required":["name","email","service","message"],"additionalProperties":false},"outputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"enquiryId":{"type":"number"},"receivedAt":{"type":"string"},"status":{"type":"string","const":"received"},"expectation":{"type":"string"}},"required":["enquiryId","receivedAt","status","expectation"],"additionalProperties":false},"examples":[{"name":"patch management enquiry","input":{"name":"Jane Tan","email":"jane.tan@example.com","service":"cyberpatch","message":"We are a MAS-regulated FI exploring managed patch evidence for our next inspection."}}]}]}