ServiceNow MCP Server

by osomai
Verified

move_catalog_items

Transfer catalog items to a new category using specified item IDs and target category ID. Simplifies organization and management within ServiceNow.

Instructions

Move catalog items to a different category.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "MoveCatalogItemsParams": { "description": "Parameters for moving catalog items between categories.", "properties": { "item_ids": { "description": "List of catalog item IDs to move", "items": { "type": "string" }, "title": "Item Ids", "type": "array" }, "target_category_id": { "description": "Target category ID to move items to", "title": "Target Category Id", "type": "string" } }, "required": [ "item_ids", "target_category_id" ], "title": "MoveCatalogItemsParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/MoveCatalogItemsParams" } }, "required": [ "params" ], "title": "move_catalog_itemsArguments", "type": "object" }
ID: wfdzusqbvb