list_processes
View currently running Windows processes to monitor system activity, identify resource usage, or troubleshoot applications. Optional filtering helps locate specific processes quickly.
Instructions
列出正在运行的进程
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | 过滤进程名(可选) |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "过滤进程名(可选)",
"type": "string"
}
},
"type": "object"
}