Skip to main content
Glama

Image Viewer MCP

by itrimble

list-images

Search and list image files within a specified directory, optionally scanning subdirectories recursively, to organize and manage images in the Image Viewer MCP server.

Instructions

Find and list image files in a directory

Input Schema

NameRequiredDescriptionDefault
recursiveNoWhether to search subdirectories recursively
searchPathYesDirectory path to search for images (supports ~ for home directory)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "recursive": { "default": false, "description": "Whether to search subdirectories recursively", "type": "boolean" }, "searchPath": { "description": "Directory path to search for images (supports ~ for home directory)", "type": "string" } }, "required": [ "searchPath" ], "type": "object" }
Install Server

Other Tools from Image Viewer MCP

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/itrimble/image-viewer-mcp'

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