mcp-pyodide

read-image

Extract and process image data from a specified file path in a mounted directory using Python code execution via the MCP protocol.

Instructions

Read an image from a mounted directory

Input Schema

NameRequiredDescriptionDefault
imagePathYesPath of the image file
mountNameYesName of the mount point

Input Schema (JSON Schema)

{ "properties": { "imagePath": { "description": "Path of the image file", "type": "string" }, "mountName": { "description": "Name of the mount point", "type": "string" } }, "required": [ "mountName", "imagePath" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-pyodide

Related Tools

ID: pxls43joly