Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_article

Retrieve specific knowledge articles from ServiceNow using their unique ID to access documented solutions and information.

Instructions

Get a specific knowledge article by ID

Input Schema

NameRequiredDescriptionDefault
article_idYesID of the article to get

Input Schema (JSON Schema)

{ "properties": { "article_id": { "description": "ID of the article to get", "title": "Article Id", "type": "string" } }, "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