Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_article

Modify knowledge articles in ServiceNow by updating fields such as title, text, short description, category, or keywords using the article ID.

Instructions

Update an existing knowledge article

Input Schema

NameRequiredDescriptionDefault
article_idYesID of the article to update
categoryNoUpdated category for the article
keywordsNoUpdated keywords for search
short_descriptionNoUpdated short description
textNoUpdated main body text for the article
titleNoUpdated title of the article

Input Schema (JSON Schema)

{ "description": "Parameters for updating a knowledge article.", "properties": { "article_id": { "description": "ID of the article to update", "title": "Article Id", "type": "string" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated category for the article", "title": "Category" }, "keywords": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated keywords for search", "title": "Keywords" }, "short_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated short description", "title": "Short Description" }, "text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated main body text for the article", "title": "Text" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated title of the article", "title": "Title" } }, "required": [ "article_id" ], "title": "UpdateArticleParams", "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