Skip to main content
Glama

ServiceNow MCP Server

get_article

Retrieve a specific knowledge article by its ID using the ServiceNow API to access and manage article data efficiently.

Instructions

Get a specific knowledge article by ID

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "GetArticleParams": { "description": "Parameters for getting a knowledge article.", "properties": { "article_id": { "description": "ID of the article to get", "title": "Article Id", "type": "string" } }, "required": [ "article_id" ], "title": "GetArticleParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/GetArticleParams" } }, "required": [ "params" ], "title": "get_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