MCP Server Replicate

open_image_with_system

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" }