@@ -232,6 +237,7 @@ public class ServiceCatalogTools {
returnrootNode;
}
@PreAuthorize("isAuthenticated()")
@McpTool(description="Create a service order given a Service Specification id, the Start date an end date of the order. "
+"The user can provide also characteristics of service in the map with format key, value"
+"Date Time has the format YYYY-MM-DDTHH:mm:ss+00:00")
@@ -241,7 +247,10 @@ public class ServiceCatalogTools {
@McpToolParam(description="Then end date",required=true)StringendDate,
@McpToolParam(description="A list of characteristics, key=characteristic name, value=characterisitc value",required=true)Map<String,String>characteristics){