Smithery
base64_decode
Decode a Base64 string into UTF-8 text and report invalid payloads as errors when recovering embedded credentials, tokens, or transport-encoded content.
Remote smithery-miwy/agentbits
Remote (network-hosted)
Other tools also called base64_decode?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Base64 text to decode"
}
}
}