find_script_references
Scan ServiceNow script-bearing tables to find where a Script Include or named artifact is referenced before renaming or deleting it. Substring matches reveal candidate files to review.
Instructions
Find what references a Script Include or named artifact — scans script-bearing config tables for textual use of the name. Use it before renaming or deleting a Script Include, Script Action, etc. Matches are substring (LIKE) hits, so treat them as candidates to review (false positives from comments/similar names; misses for dynamic references).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Artifact name to search for, e.g. a Script Include class name | |
| limit | No | Max matches per source (default 50) |