Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | servicenow__search_users |
| Group | Integrations |
{
"type": "object",
"properties": {
"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": [
"sysparm_query"
],
"description": "Input schema for the servicenow__search_users tool."
}