Skip to main content
Glama

mcp-pyodide

by yonaka15

pyodide_read-image

Extract and read an image file from a specified mount directory using Python on the mcp-pyodide server. Input mount name and image path for retrieval.

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonaka15/mcp-pyodide'

If you have feedback or need assistance with the MCP directory API, please join our Discord server