EverArt Forge MCP Server

view_image

Open a stored image in the default image viewer

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the image file to view

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Name of the image file to view", "type": "string" } }, "required": [ "filename" ], "type": "object" }

You must be authenticated.

Other Tools