Skip to main content
Glama

ServiceNow MCP Server

by javerthl

publish_article

Publish a knowledge article in ServiceNow by setting its workflow state to published, making the content available to users according to specified workflow version requirements.

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)

{ "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" ], "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