ServiceNow MCP Server

by osomai
Verified

get_optimization_recommendations

Optimize your service catalog by generating tailored recommendations for improvement based on specified categories and types.

Instructions

Get optimization recommendations for the service catalog.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "OptimizationRecommendationsParams": { "properties": { "category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category Id" }, "recommendation_types": { "items": { "type": "string" }, "title": "Recommendation Types", "type": "array" } }, "required": [ "recommendation_types" ], "title": "OptimizationRecommendationsParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/OptimizationRecommendationsParams" } }, "required": [ "params" ], "title": "get_optimization_recommendationsArguments", "type": "object" }
ID: wfdzusqbvb