image-tools-mcp

by kshern
Verified

get_local_image_size

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