Skip to main content
Glama

ServiceNow MCP Server

by javerthl

move_catalog_items

Move ServiceNow catalog items from one category to another by specifying item IDs and target category ID to reorganize the service catalog structure.

Instructions

Move catalog items to a different category.

Input Schema

NameRequiredDescriptionDefault
item_idsYesList of catalog item IDs to move
target_category_idYesTarget category ID to move items to

Input Schema (JSON Schema)

{ "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" ], "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