get_image_dimensions

Returns the width and height of an image. Useful before cropping to know the valid crop area.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId) for authorization",
      "type": "string"
    },
    "imageUrl": {
      "description": "Image URL (must be a BrandKarma asset URL)",
      "type": "string"
    }
  },
  "required": [
    "brandId",
    "imageUrl"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →