Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_knowledge_bases

Retrieve a list of knowledge bases from ServiceNow with filtering options for active status, search queries, and pagination controls.

Instructions

List knowledge bases from ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
limitNoMaximum number of knowledge bases to return
offsetNoOffset for pagination
queryNoSearch query for knowledge bases

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by active status", "title": "Active" }, "limit": { "default": 10, "description": "Maximum number of knowledge bases 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 knowledge bases", "title": "Query" } }, "type": "object" }

Latest Blog Posts

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