A-Eyes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| captureA | Capture a screenshot of a window by title or app name. Omit both window_title and process_name to capture the currently focused foreground window. |
| list_windowsA | List all visible windows on the Windows desktop |
| queryB | Capture a screenshot of a window and ask a question about its content. Omit both window_title and process_name to capture the currently focused foreground window. |
| seeA | Capture a window and return its UI element tree (buttons, text fields, labels, etc.) plus a screenshot. Use this to understand what is visible in an application without asking a specific question. Omit both window_title and process_name to inspect the currently focused foreground window. |
| watchA | Poll a window until its visual content changes, then return the changed screenshot. Requires window_title or process_name — frontmost capture is not supported for watch mode. Screen mode uses 'screen' allowlist sentinel. |
| clipboardA | Read the current Windows clipboard content (text or image), or write text to it. Reading an image returns it as base64 PNG. |
| check_statusA | Check A-Eyes health: config, WSL interop, and script availability |
| setupA | Interactive setup: preview open windows and create an allowlist config. Call without parameters to preview, or with an allowlist to write the config. |
| processesA | List running Windows processes with CPU usage, memory, and PID. Useful for diagnosing performance issues or checking if a specific app/service is running. Omit name to get the top processes by CPU. |
| event_logA | Read recent entries from the Windows Event Log (Application, System). Useful for diagnosing crashes, service failures, driver issues, and .NET errors. Requires allow_event_log: true in config. |
| run_customB | Run a custom PowerShell tool registered in a-eyes.config.json. Use list_custom_tools to see available tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |