Skip to main content
Glama

image-reader MCP Server

by Rupeebw

scan_directory

Scan a specified directory to extract image metadata, optionally including subdirectories recursively. Ideal for organizing and analyzing image files efficiently.

Instructions

Scan a directory for images and return metadata

Input Schema

NameRequiredDescriptionDefault
directoryYesDirectory path to scan for images
recursiveNoWhether to scan subdirectories recursively

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Directory path to scan for images", "type": "string" }, "recursive": { "description": "Whether to scan subdirectories recursively", "type": "boolean" } }, "required": [ "directory" ], "type": "object" }
Install Server

Other Tools from image-reader MCP Server

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/Rupeebw/mcp-image-reader'

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