Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_categories

Retrieve categories from ServiceNow knowledge bases with filtering options for knowledge base, parent category, active status, and search queries to organize content effectively.

Instructions

List categories in a knowledge base

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
knowledge_baseNoFilter by knowledge base ID
limitNoMaximum number of categories to return
offsetNoOffset for pagination
parent_categoryNoFilter by parent category ID
queryNoSearch query for categories

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by active status", "title": "Active" }, "knowledge_base": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by knowledge base ID", "title": "Knowledge Base" }, "limit": { "default": 10, "description": "Maximum number of categories to return", "title": "Limit", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination", "title": "Offset", "type": "integer" }, "parent_category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by parent category ID", "title": "Parent Category" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Search query for categories", "title": "Query" } }, "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