resize_crop_image
Resizes an image to exact dimensions by cropping to fill (no letterboxing). Useful for social media sizes (e.g. 1200x630 for Open Graph, 1080x1080 for Instagram). Creates a new image — the original is kept.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId) for authorization",
"type": "string"
},
"imageUrl": {
"description": "Source image URL (must be a BrandKarma asset URL)",
"type": "string"
},
"width": {
"description": "Exact output width in pixels",
"type": "integer"
},
"height": {
"description": "Exact output height in pixels",
"type": "integer"
},
"format": {
"description": "Output format: png, jpg, webp (default: same as source)",
"type": [
"string",
"null"
],
"default": null
}
},
"required": [
"brandId",
"imageUrl",
"width",
"height"
]
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
BrandKarma
Remotehttps://app.getbrandkarma.com/api/mcp/