list_services
List Windows services with details like name, state, start mode, and path. Filter by name substring or exact status to diagnose service-related issues.
Instructions
Enumerate services via Win32_Service (name, state, start mode, display name, path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No | Substring filter on name or display name | |
| status_filter | No | Exact Win32_Service.State match, e.g. Running |