Base64 MCP Server

  • Linux
  • Apple

base64_decode_image

Decode Base64 encoded strings into images by specifying the encoded data, output path, and MIME type, enabling easy conversion and saving of image files.

Instructions

将Base64编码解码为图片

Args: encoded: Base64编码的字符串 output_path: 输出图片的路径 mime_type: 图片的MIME类型 (默认为image/png) Returns: 解码结果

Input Schema

NameRequiredDescriptionDefault
encodedYes
mime_typeNoimage/png
output_pathYes

Input Schema (JSON Schema)

{ "properties": { "encoded": { "title": "Encoded", "type": "string" }, "mime_type": { "default": "image/png", "title": "Mime Type", "type": "string" }, "output_path": { "title": "Output Path", "type": "string" } }, "required": [ "encoded", "output_path" ], "title": "base64_decode_imageArguments", "type": "object" }

You must be authenticated.

Other Tools from Base64 MCP Server

Related Tools

ID: qaicsxsrcb