Base64 MCP Server

  • Linux
  • Apple

base64_decode_text

Decode Base64 encoded strings into readable text with this tool, ideal for converting encoded data back to its original format quickly and accurately.

Instructions

将Base64编码解码为文本

Args: encoded: Base64编码的字符串 Returns: 解码后的文本

Input Schema

NameRequiredDescriptionDefault
encodedYes

Input Schema (JSON Schema)

{ "properties": { "encoded": { "title": "Encoded", "type": "string" } }, "required": [ "encoded" ], "title": "base64_decode_textArguments", "type": "object" }

You must be authenticated.

Other Tools from Base64 MCP Server

Related Tools

ID: qaicsxsrcb