Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SNOW_INSTANCE | Yes | The URL of your ServiceNow instance (e.g., https://your-instance.service-now.com) | |
| SNOW_PASSWORD | Yes | Your ServiceNow password | |
| SNOW_USERNAME | Yes | Your ServiceNow username |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_background_script | Execute server-side JavaScript in ServiceNow using Background Scripts. โ ๏ธ SANDBOX ONLY - executes arbitrary code. ๐ก๏ธ Auto-truncates large outputs. ๐ Use {{file:path}} for large scripts. |
| execute_table_operation | CRUD operations on ServiceNow tables via Table API. Supports GET/POST/PUT/PATCH/DELETE with query syntax and batch operations. โ ๏ธ SANDBOX ONLY - reads/modifies data. ๐ก๏ธ Auto-limits large results. Use pagination for big datasets. ๐ Use {{file:path}} for large data. |
| execute_updateset_operation | Manage ServiceNow update sets with lifecycle operations, XML reassignment, and working set tracking. โ ๏ธ SANDBOX ONLY - modifies update sets. ๐ก๏ธ Auto-limits large results. Use pagination for big datasets. ๐ Use {{file:path}} for large data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |