open_image
Opens an image file from a specified path and displays it as the active window in Fiji for further analysis.
Instructions
Open an image from disk in Fiji and show it as the active window. Verify the path exists on the MCP host before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or user-expandable path to an image file Fiji can open. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | Image opened and shown in Fiji. | |
| title | Yes | Window title of the opened image. | |
| width | Yes | ||
| height | Yes | ||
| path | Yes | Absolute path that was opened. |