list_windows
Lists all open windows on a Windows system with optional title filtering to help users identify and manage active applications and processes.
Instructions
列出所有打开的窗口
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | 过滤窗口标题(可选) |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "过滤窗口标题(可选)",
"type": "string"
}
},
"type": "object"
}