Smithery
base64_encode
Convert a UTF-8 string into standard Base64 when you need a portable text encoding for credentials, binary-safe transport, or embedding data in JSON/HTTP fields.
Remote smithery-miwy/agentbits
Remote (network-hosted)
Other tools also called base64_encode?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Text to encode"
}
}
}