Get Application Details
get_app_detailsRetrieve full details of a ServiceNow application by its sys_id, such as version, install status, update availability, scope, vendor, and dependencies.
Instructions
Get detailed information about a ServiceNow application by its sys_id. Returns version, install status, update availability, scope, vendor, dependencies, store link, and other metadata.
Use lookup_app to find an application's sys_id by name, then use this tool to get full details.
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. | |
| app_id | Yes | The sys_id of the application to get details for. |