Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/florian-priegnitz/A-Eyes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server