Skip to main content
Glama

ServiceNow MCP Server

MIT License

move_catalog_items

Transfer ServiceNow catalog items to a new category by specifying item IDs and the target category ID, enabling efficient organization and management.

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)

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

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/vparlapalli490/MCP'

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