Skip to main content
Glama

MCP Windows Screenshots

by rubinsh

list_screenshots

Retrieve recent screenshots from Windows directories using customizable filters for file patterns, limits, and specific directories, simplifying access and sharing for streamlined workflows.

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" }
Install Server

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