Base64 MCP Server

  • Linux
  • Apple

base64_encode_text

Encode text into Base64 format for secure data transmission, storage, or compatibility with systems requiring Base64 encoded inputs.

Instructions

将文本转换为Base64编码

Args: text: 要编码的文本 Returns: Base64编码结果

Input Schema

NameRequiredDescriptionDefault
textYes

Input Schema (JSON Schema)

{ "properties": { "text": { "title": "Text", "type": "string" } }, "required": [ "text" ], "title": "base64_encode_textArguments", "type": "object" }

You must be authenticated.

Other Tools from Base64 MCP Server

Related Tools

ID: qaicsxsrcb