Skip to main content
Glama

ServiceNow MCP Server

MIT License

create_catalog_category

Create new service catalog categories in ServiceNow with specified titles, descriptions, parent categories, icons, activity status, and order using defined parameters.

Instructions

Create a new service catalog category.

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the category is active
descriptionNoDescription of the category
iconNoIcon for the category
orderNoOrder of the category
parentNoParent category sys_id
titleYesTitle of the category

Input Schema (JSON Schema)

{ "description": "Parameters for creating a new service catalog category.", "properties": { "active": { "default": true, "description": "Whether the category is active", "title": "Active", "type": "boolean" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the category", "title": "Description" }, "icon": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Icon for the category", "title": "Icon" }, "order": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Order of the category", "title": "Order" }, "parent": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Parent category sys_id", "title": "Parent" }, "title": { "description": "Title of the category", "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "CreateCatalogCategoryParams", "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