Skip to main content
Glama

MCP Windows Screenshots

by rubinsh

list_screenshots

Retrieve and list recent Windows screenshots from specified directories using a customizable filter pattern and limit. Simplify screenshot sharing by avoiding manual file path navigation.

Instructions

List recent screenshots from Windows directories

Input Schema

NameRequiredDescriptionDefault
directoryNoSpecific directory to search (optional, searches all configured dirs by default)
limitNoMaximum number of screenshots to return (default: 20)
patternNoGlob pattern to filter files (default: *.{png,jpg,jpeg,bmp,gif})*.{png,jpg,jpeg,bmp,gif}

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Specific directory to search (optional, searches all configured dirs by default)", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of screenshots to return (default: 20)", "type": "number" }, "pattern": { "default": "*.{png,jpg,jpeg,bmp,gif}", "description": "Glob pattern to filter files (default: *.{png,jpg,jpeg,bmp,gif})", "type": "string" } }, "type": "object" }

Other Tools from MCP Windows Screenshots

Related Tools

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/rubinsh/mcp-windows-screenshots'

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