Skip to main content
Glama

ServiceNow MCP Server

create_article

Generate knowledge articles by specifying title, text, category, and knowledge base for ServiceNow, enabling structured content creation and management.

Instructions

Create a new knowledge article

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "CreateArticleParams": { "description": "Parameters for creating a knowledge article.", "properties": { "article_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "text", "description": "The type of article", "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", "title": "Text", "type": "string" }, "title": { "description": "Title of the article", "title": "Title", "type": "string" } }, "required": [ "title", "text", "short_description", "knowledge_base", "category" ], "title": "CreateArticleParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/CreateArticleParams" } }, "required": [ "params" ], "title": "create_articleArguments", "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/echelon-ai-labs/servicenow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server