Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_article

Retrieve a specific knowledge article by its ID using the ServiceNow MCP Server. Simplifies access to detailed information stored in ServiceNow for quick reference and decision-making.

Instructions

Get a specific knowledge article by ID

Input Schema

NameRequiredDescriptionDefault
article_idYesID of the article to get

Input Schema (JSON Schema)

{ "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" }

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