Skip to main content
Glama

ServiceNow MCP Server

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" }

You must be authenticated.

Other Tools from ServiceNow MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/echelon-ai-labs/servicenow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server