find_property_usage
Find scripts and property records referencing a system property by name, then review matches before changing or removing the property.
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) |