decodeBase64
Decode Base64 encoded data quickly and accurately using this MCP-helper-tools utility. Input your Base64 string to retrieve the original decoded content.
Instructions
Decode Base64 input data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input | Yes | Data to decode |
Input Schema (JSON Schema)
{
"properties": {
"input": {
"description": "Data to decode",
"type": "string"
}
},
"required": [
"input"
],
"type": "object"
}