Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_catalog_items

Retrieve and filter service catalog items using parameters like category, query, and active status. Supports pagination with limit and offset for efficient data retrieval.

Instructions

List service catalog items.

Input Schema

NameRequiredDescriptionDefault
activeNoWhether to only return active catalog items
categoryNoFilter by category
limitNoMaximum number of catalog items to return
offsetNoOffset for pagination
queryNoSearch query for catalog items

Input Schema (JSON Schema)

{ "description": "Parameters for listing service catalog items.", "properties": { "active": { "default": true, "description": "Whether to only return active catalog items", "title": "Active", "type": "boolean" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by category", "title": "Category" }, "limit": { "default": 10, "description": "Maximum number of catalog items 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 catalog items", "title": "Query" } }, "title": "ListCatalogItemsParams", "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