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.
List ServiceNow service request records from the sc_request table
| Field | Value |
|---|---|
| Name | servicenow__list_requests |
| Group | Integrations |
{
"type": "object",
"properties": {
"sysparm_query": {
"type": "string",
"description": "Encoded ServiceNow query"
},
"sysparm_limit": {
"type": "number",
"description": "Maximum requests to return"
},
"sysparm_fields": {
"type": "string",
"description": "Comma-separated request fields to return"
}
},
"description": "Input schema for the servicenow__list_requests tool."
}