Skip to main content
Glama

image-tools-mcp

get_local_image_size

Retrieve the dimensions of a local image by providing its absolute path. This tool extracts image width and height for analysis or processing needs.

Instructions

Get the size of a local image

Input Schema

NameRequiredDescriptionDefault
optionsYesOptions for retrieving local image size

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "description": "Options for retrieving local image size", "properties": { "imagePath": { "description": "Absolute path to the local image", "type": "string" } }, "required": [ "imagePath" ], "type": "object" } }, "required": [ "options" ], "type": "object" }
Install Server

Other Tools from image-tools-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/kshern/image-tools-mcp'

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