base64_decode_text
Decode Base64 encoded strings into readable text instantly. Use this tool to convert encoded data back to its original text format on the Base64 MCP Server.
Instructions
将Base64编码解码为文本
Args:
encoded: Base64编码的字符串
Returns:
解码后的文本
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoded | Yes |
Input Schema (JSON Schema)
{
"properties": {
"encoded": {
"title": "Encoded",
"type": "string"
}
},
"required": [
"encoded"
],
"title": "base64_decode_textArguments",
"type": "object"
}