List Plugins
list_pluginsList ServiceNow plugins with IDs, names, versions, and active status. Filter by name prefix, active only, or custom query to discover installed or specific plugins.
Instructions
List ServiceNow platform plugins on an instance. Returns plugin ID, name, version, and active status. Use to discover which plugins are installed/active or to find a specific plugin by name prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| name_prefix | No | Filter plugins whose name starts with this prefix (e.g., "com.snc", "com.glide"). Case-sensitive. | |
| active_only | No | When true (default), only return active plugins. | |
| query | No | An encoded query string for advanced filtering on sys_plugins. | |
| limit | No | Maximum number of plugins to return. Default is 50. |