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 Interaction records used for request-desk intake and routing
servicenow__list_interactions
{ "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 interactions to return" }, "sysparm_fields": { "type": "string", "description": "Comma-separated interaction fields to return" } }, "required": [ "instanceHost" ], "description": "Input schema for the servicenow__list_interactions tool." }