Get Instance Health & Info
servicenow_get_instance_infoRetrieve a health snapshot of your ServiceNow instance, covering version, cluster node status, recent upgrades, and key configuration properties.
Instructions
Return instance version, cluster nodes, recent upgrades, and key configuration properties.
No arguments required — returns a health snapshot of the connected ServiceNow instance.
Returns:
Build/version info from sys_properties
Cluster node status from sys_cluster_state
Last 5 upgrade events from sys_upgrade_history
Instance name and URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' (default) for human-readable or 'json' for structured data | markdown |