Skip to main content
Glama

ServiceNow MCP Server

by javerthl

create_article

Create knowledge articles in ServiceNow by providing title, content, category, and knowledge base details to document solutions and procedures.

Instructions

Create a new knowledge article

Input Schema

NameRequiredDescriptionDefault
article_typeNoThe type of article. Options are 'text' or 'wiki'. text lets the text field support html formatting. wiki lets the text field support wiki markup.html
categoryYesCategory for the article
keywordsNoKeywords for search
knowledge_baseYesThe knowledge base to create the article in
short_descriptionYesShort description of the article
textYesThe main body text for the article. Field supports html formatting and wiki markup based on the article_type. HTML is the default.
titleYesTitle of the article

Input Schema (JSON Schema)

{ "properties": { "article_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "html", "description": "The type of article. Options are 'text' or 'wiki'. text lets the text field support html formatting. wiki lets the text field support wiki markup.", "title": "Article Type" }, "category": { "description": "Category for the article", "title": "Category", "type": "string" }, "keywords": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Keywords for search", "title": "Keywords" }, "knowledge_base": { "description": "The knowledge base to create the article in", "title": "Knowledge Base", "type": "string" }, "short_description": { "description": "Short description of the article", "title": "Short Description", "type": "string" }, "text": { "description": "The main body text for the article. Field supports html formatting and wiki markup based on the article_type. HTML is the default.", "title": "Text", "type": "string" }, "title": { "description": "Title of the article", "title": "Title", "type": "string" } }, "required": [ "title", "text", "short_description", "knowledge_base", "category" ], "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