Skip to main content
Glama

ServiceNow MCP Server

get_catalog_item

Retrieve a specific service catalog item using its ID or sys_id via the ServiceNow API.

Instructions

Get a specific service catalog item.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "GetCatalogItemParams": { "description": "Parameters for getting a specific service catalog item.", "properties": { "item_id": { "description": "Catalog item ID or sys_id", "title": "Item Id", "type": "string" } }, "required": [ "item_id" ], "title": "GetCatalogItemParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/GetCatalogItemParams" } }, "required": [ "params" ], "title": "get_catalog_itemArguments", "type": "object" }

You must be authenticated.

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/echelon-ai-labs/servicenow-mcp'

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