{ "name": "read_media_file", "description": "Read an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.", "inputSchema": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "path": { "type": "string" } }, "required": [ "path" ] } }