Skip to main content
Glama

ServiceNow MCP Server

by javerthl

create_category

Create a new category in a ServiceNow knowledge base to organize articles and content. Specify title, knowledge base, and optional parent category for hierarchical structuring.

Instructions

Create a new category in a knowledge base

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the category is active
descriptionNoDescription of the category
knowledge_baseYesThe knowledge base to create the category in
parent_categoryNoParent category (if creating a subcategory). Sys_id refering to the parent category or sys_id of the parent table.
parent_tableNoParent table (if creating a subcategory). Sys_id refering to the table where the parent category is defined.
titleYesTitle of the category

Input Schema (JSON Schema)

{ "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" }, "knowledge_base": { "description": "The knowledge base to create the category in", "title": "Knowledge Base", "type": "string" }, "parent_category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Parent category (if creating a subcategory). Sys_id refering to the parent category or sys_id of the parent table.", "title": "Parent Category" }, "parent_table": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Parent table (if creating a subcategory). Sys_id refering to the table where the parent category is defined.", "title": "Parent Table" }, "title": { "description": "Title of the category", "title": "Title", "type": "string" } }, "required": [ "title", "knowledge_base" ], "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