Skip to main content
Glama

aidex_screenshot

Capture screenshots of full screens, active windows, specific windows, selected regions, or defined rectangles for immediate image access and analysis.

Instructions

Take a screenshot of the screen, active window, a specific window, an interactive region selection, or a specific rectangle by coordinates. Returns the file path so you can immediately Read the image. No project index required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoCapture mode: fullscreen (default), active_window, window (by title), region (interactive selection), or rect (specific coordinates)
window_titleNoWindow title substring to match (required when mode="window"). Use aidex_windows to find titles.
monitorNoMonitor index (0-based, default: primary). Only applies to fullscreen mode.
delayNoSeconds to wait before capturing (e.g., 3 to give time to switch windows)
filenameNoCustom filename (default: aidex-screenshot.png). Overwrites if exists.
save_pathNoCustom directory to save in (default: system temp directory)
xNoX coordinate of the capture rectangle (required when mode="rect")
yNoY coordinate of the capture rectangle (required when mode="rect")
widthNoWidth of the capture rectangle in pixels (required when mode="rect")
heightNoHeight of the capture rectangle in pixels (required when mode="rect")

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/CSCSoftware/AiDex'

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