Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Order a Service Catalog item to create a workflow-backed ServiceNow request
servicenow__create_request
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "catalogItemSysId": { "type": "string", "description": "Service Catalog item sys_id to order" }, "sysparm_quantity": { "type": "number", "description": "Quantity to order" }, "variables": { "type": "object", "description": "Catalog item variables, for example requested_for, business_justification, or short_description" } }, "required": [ "instanceHost", "catalogItemSysId" ], "description": "Input schema for the servicenow__create_request tool." }