find_property_usage
Locate scripts that read a system property by name and retrieve the property record itself. Use before changing or removing a property to identify all referencing scripts as candidates for review.
Instructions
Find scripts that read a system property (sys_properties) by name, plus the property record itself. Use it before changing or removing a property. Matches are substring (LIKE) hits — candidates to review, not definitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | System property name, e.g. "glide.ui.incident_reassignment_action" | |
| limit | No | Max matches per source (default 50) |