List Plugins
list_pluginsList ServiceNow plugins on an instance, returning ID, name, version, and active status. Filter by active status or name prefix to discover installed 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 |
|---|---|---|---|
| limit | No | Maximum number of plugins to return. Default is 50. | |
| query | No | An encoded query string for advanced filtering on sys_plugins. | |
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| active_only | No | When true (default), only return active plugins. | |
| name_prefix | No | Filter plugins whose name starts with this prefix (e.g., "com.snc", "com.glide"). Case-sensitive. |