Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

text-to-binary

Convert text to binary code or decode binary back to text using this IT tool. Ideal for encoding messages, data processing, or understanding binary representations.

Instructions

Convert text to binary and vice versa

Input Schema

NameRequiredDescriptionDefault
inputYesText to convert to binary, or binary to convert to text
operationYesOperation: encode text to binary or decode binary to text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "Text to convert to binary, or binary to convert to text", "type": "string" }, "operation": { "description": "Operation: encode text to binary or decode binary to text", "enum": [ "encode", "decode" ], "type": "string" } }, "required": [ "input", "operation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wrenchpilot/it-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server