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.
List ServiceNow incidents with optional filters
servicenow__list_incidents
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "sysparm_query": { "type": "string", "description": "Encoded ServiceNow query" }, "sysparm_limit": { "type": "number", "description": "Maximum incidents to return" }, "sysparm_fields": { "type": "string", "description": "Comma-separated incident fields to return" } }, "required": [ "instanceHost" ], "description": "Input schema for the servicenow__list_incidents tool." }