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.
Order a Service Catalog item to create a workflow-backed ServiceNow request
| Field | Value |
|---|---|
| Name | servicenow__create_request |
| Group | Integrations |
{
"type": "object",
"properties": {
"catalogItemSysId": {
"type": "string",
"description": "Service Catalog item sys_id to order"
},
"sysparm_quantity": {
"type": "number",
"description": "Quantity to order"
},
"variables": {
"type": "object",
"description": "Catalog item variables, for example requested_for, business_justification, or short_description"
}
},
"required": [
"catalogItemSysId"
],
"description": "Input schema for the servicenow__create_request tool."
}