sn_nl
Translate plain English into ServiceNow API calls for queries, schema lookups, creates, updates, and batch operations. Reads execute immediately; writes require explicit execution.
Instructions
Natural language interface for ServiceNow. Translates plain English into ServiceNow API calls. Supports queries, aggregates, schema lookups, creates, updates, and batch operations. Read operations execute immediately; write operations require execute=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Natural language request (e.g. "show all P1 incidents", "how many open changes", "create incident for VPN outage") | |
| force | No | Required for bulk deletes (in addition to confirm) | |
| confirm | No | Required for batch/bulk operations | |
| execute | No | Execute write operations (reads always execute). Default false. |