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.
Get details of a specific ServiceNow Interaction record
| Field | Value |
|---|---|
| Name | servicenow__get_interaction |
| Group | Integrations |
{
"type": "object",
"properties": {
"sysId": {
"type": "string",
"description": "Interaction sys_id"
},
"sysparm_display_value": {
"type": "string",
"description": "Display value mode"
}
},
"required": [
"sysId"
],
"description": "Input schema for the servicenow__get_interaction tool."
}