MCP Server Replicate

by gerred
Verified

open_image_with_system

Opens an image URL using the system’s default application to view or process the file directly. Input the image URL to enable immediate access and interaction with the image.

Instructions

Open an image URL with the system's default application.

Args: image_url: URL of the image to open Returns: Dict containing status of the operation

Input Schema

NameRequiredDescriptionDefault
image_urlYes

Input Schema (JSON Schema)

{ "properties": { "image_url": { "title": "Image Url", "type": "string" } }, "required": [ "image_url" ], "title": "open_image_with_systemArguments", "type": "object" }
ID: r830bzsk7r