list_services
List Windows services with state, start mode, and account. Filter by running state, start mode, name, or show only failed automatic services.
Instructions
Windows services with their state, start mode and the account they run as.
Args: state: "Running", "Stopped" … start_mode: "Auto", "Manual", "Disabled". name_filter: Substring matched against the service and display name. failed_only: Only automatic services that are not running — i.e. things that should have started and did not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| start_mode | No | ||
| failed_only | No | ||
| name_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |