list_system_properties
Retrieve and filter ServiceNow system properties by query, category, or type to manage configuration settings across modules.
Instructions
List system properties with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Encoded query to filter properties | |
| category | No | Filter by category (e.g. "email", "security") | |
| type | No | Filter by type (e.g. "boolean", "string") | |
| limit | No | Max records (default 50) |