ScreenShotTool MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| launch_appA | Launch a Windows .exe and optionally wait for its first visible window. Use noActivate to prevent the window from stealing focus. |
| list_windowsA | List visible top-level Windows desktop windows, optionally filtered by pid, process name, or title substring. |
| capture_windowA | Capture a window by hwnd, pid, process name, or title substring. captureMethod 'print' works on occluded/minimized windows. noActivate avoids stealing focus. |
| capture_screen_regionB | Capture a screen-space rectangle in physical pixels. |
| click_windowA | Post mouse click messages to a window-relative coordinate without moving the physical cursor. |
| click_menu_itemA | Invoke a native Windows menu item by menu path without moving the physical cursor or using keyboard shortcuts. |
| move_mouse_windowA | Post a WM_MOUSEMOVE message to a window-relative coordinate without moving the physical cursor, useful for hover states before taking a screenshot. |
| close_appA | Terminate a process and its descendants via taskkill /T /F. |
| type_textA | Type text into a window via SendInput Unicode. noActivate uses PostMessage WM_CHAR so the target window doesn't need focus. |
| send_keyB | Send a keystroke with optional modifiers. noActivate uses PostMessage WM_KEYDOWN/WM_KEYUP so the target window doesn't need focus. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Winter-And-You-Gone/ScreenShotTool-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server