Skip to main content
Glama

ServiceNow MCP Server

MIT License

publish_article

Publish a knowledge article in ServiceNow by specifying the article ID and setting the workflow state and version using the ServiceNow API

Instructions

Publish a knowledge article

Input Schema

NameRequiredDescriptionDefault
article_idYesID of the article to publish
workflow_stateNoThe workflow state to setpublished
workflow_versionNoThe workflow version to use

Input Schema (JSON Schema)

{ "description": "Parameters for publishing a knowledge article.", "properties": { "article_id": { "description": "ID of the article to publish", "title": "Article Id", "type": "string" }, "workflow_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "published", "description": "The workflow state to set", "title": "Workflow State" }, "workflow_version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The workflow version to use", "title": "Workflow Version" } }, "required": [ "article_id" ], "title": "PublishArticleParams", "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