Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_optimization_recommendations

Generate optimization recommendations for the ServiceNow service catalog to improve performance and efficiency based on specified recommendation types and categories.

Instructions

Get optimization recommendations for the service catalog.

Input Schema

NameRequiredDescriptionDefault
category_idNo
recommendation_typesYes

Input Schema (JSON Schema)

{ "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" ], "type": "object" }

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/javerthl/servicenow-mcp'

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