Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_catalog_item_variables

Retrieve and manage variables associated with a ServiceNow catalog item, including detailed information and pagination options, using the catalog item’s sys_id.

Instructions

List catalog item variables

Input Schema

NameRequiredDescriptionDefault
catalog_item_idYesThe sys_id of the catalog item
include_detailsNoWhether to include detailed information about each variable
limitNoMaximum number of variables to return
offsetNoOffset for pagination

Input Schema (JSON Schema)

{ "description": "Parameters for listing catalog item variables.", "properties": { "catalog_item_id": { "description": "The sys_id of the catalog item", "title": "Catalog Item Id", "type": "string" }, "include_details": { "default": true, "description": "Whether to include detailed information about each variable", "title": "Include Details", "type": "boolean" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of variables to return", "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Offset for pagination", "title": "Offset" } }, "required": [ "catalog_item_id" ], "title": "ListCatalogItemVariablesParams", "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