Find a template image within a set of reference images and locate it with bounding boxes using VLM Run MCP tools.
Load all images
put_image_url
tool to load the template image and each of the three reference images into the system. This is done four times.Find template in reference images
find_template
tool, providing the ID of the template and a list of the reference image IDs. A text prompt can be included to help guide the search.Visualize bounding boxes
visualize_bboxes
tool with the coordinates from the find_template
response to draw the red boxes on the images.Generate preview links
preview_object_ref
tool on the newly created annotated images to get shareable links.Template Matching Results