Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_catalog_item

Retrieve detailed information about a specific service catalog item from ServiceNow by providing its unique ID, enabling users to access item specifications and request details.

Instructions

Get a specific service catalog item.

Input Schema

NameRequiredDescriptionDefault
item_idYesCatalog item ID or sys_id

Input Schema (JSON Schema)

{ "properties": { "item_id": { "description": "Catalog item ID or sys_id", "title": "Item Id", "type": "string" } }, "required": [ "item_id" ], "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