Skip to main content
Glama

ServiceNow MCP Server

list_articles

Retrieve knowledge articles from ServiceNow instances using filters like knowledge base, category, query, and workflow state. Supports pagination with limit and offset.

Instructions

List knowledge articles

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category
knowledge_baseNoFilter by knowledge base
limitNoMaximum number of articles to return
offsetNoOffset for pagination
queryNoSearch query for articles
workflow_stateNoFilter by workflow state

Input Schema (JSON Schema)

{ "description": "Parameters for listing knowledge articles.", "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by category", "title": "Category" }, "knowledge_base": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by knowledge base", "title": "Knowledge Base" }, "limit": { "default": 10, "description": "Maximum number of articles to return", "title": "Limit", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination", "title": "Offset", "type": "integer" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Search query for articles", "title": "Query" }, "workflow_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by workflow state", "title": "Workflow State" } }, "title": "ListArticlesParams", "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/vparlapalli490/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server