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.
Get details of a specific incident
servicenow__get_incident
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "sysId": { "type": "string", "description": "Incident sys_id" }, "sysparm_display_value": { "type": "string", "description": "Display value mode" } }, "required": [ "instanceHost", "sysId" ], "description": "Input schema for the servicenow__get_incident tool." }