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.
Update an existing ServiceNow Interaction with routing status, parent record, notes, or comments
servicenow__update_interaction
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "sysId": { "type": "string", "description": "Interaction sys_id" }, "state": { "type": "string", "description": "Interaction state" }, "parent": { "type": "string", "description": "Parent incident, request, or task sys_id" }, "short_description": { "type": "string", "description": "Updated short description" }, "description": { "type": "string", "description": "Updated interaction details" }, "work_notes": { "type": "string", "description": "Internal work notes" }, "comments": { "type": "string", "description": "Customer-visible comments" } }, "required": [ "instanceHost", "sysId" ], "description": "Input schema for the servicenow__update_interaction tool." }