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.
Search ServiceNow users to find the sys_id needed for assigning incidents
servicenow__search_users
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "sysparm_query": { "type": "string", "description": "Encoded query for users, e.g. nameLIKEsmith^active=true" }, "sysparm_limit": { "type": "number", "description": "Maximum users to return" }, "sysparm_fields": { "type": "string", "description": "Comma-separated user fields" } }, "required": [ "instanceHost", "sysparm_query" ], "description": "Input schema for the servicenow__search_users tool." }