Skip to main content
Glama

ServiceNow MCP Server

MIT License

create_knowledge_base

Automates the creation of a knowledge base in ServiceNow, including defining title, description, owner, managers, and workflows for publishing and retiring content.

Instructions

Create a new knowledge base in ServiceNow

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the knowledge base
managersNoUsers who can manage this knowledge base
ownerNoThe specified admin user or group
publish_workflowNoPublication workflowKnowledge - Instant Publish
retire_workflowNoRetirement workflowKnowledge - Instant Retire
titleYesTitle of the knowledge base

Input Schema (JSON Schema)

{ "description": "Parameters for creating a knowledge base.", "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the knowledge base", "title": "Description" }, "managers": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Users who can manage this knowledge base", "title": "Managers" }, "owner": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The specified admin user or group", "title": "Owner" }, "publish_workflow": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "Knowledge - Instant Publish", "description": "Publication workflow", "title": "Publish Workflow" }, "retire_workflow": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "Knowledge - Instant Retire", "description": "Retirement workflow", "title": "Retire Workflow" }, "title": { "description": "Title of the knowledge base", "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "CreateKnowledgeBaseParams", "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