Skip to main content
Glama

ServiceNow MCP Server

by javerthl

update_catalog_item

Modify service catalog item details including name, description, category, price, and activation status to maintain accurate service offerings.

Instructions

Update a service catalog item.

Input Schema

NameRequiredDescriptionDefault
activeNo
categoryNo
descriptionNo
item_idYes
nameNo
orderNo
priceNo
short_descriptionNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Active" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "item_id": { "title": "Item Id", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "order": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Order" }, "price": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Price" }, "short_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Short Description" } }, "required": [ "item_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