Skip to main content
Glama

image-tools-mcp

get_image_size

Retrieve the dimensions of an image by providing its URL. Use this tool to obtain image width, height, and type for any image hosted online.

Instructions

Get the size of an image from URL

Input Schema

NameRequiredDescriptionDefault
optionsYesOptions for retrieving image size

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "description": "Options for retrieving image size", "properties": { "imageUrl": { "description": "Url of the image to retrieve", "type": "string" } }, "required": [ "imageUrl" ], "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