Use this tool to convert a local image to a base64 string that can be used with the MCP server's multi_image_analysis tool.
{
"images": [
{
"url": "PASTE_BASE64_STRING_HERE"
}
],
"prompt": "Please describe this image in detail. What does it show?",
"model": "qwen/qwen2.5-vl-32b-instruct:free"
}