Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

html-entities-extended

Encode or decode extended HTML entities in text for accurate data handling and web content processing. Ideal for developers managing special characters in HTML.

Instructions

Extended HTML entity encoding/decoding

Input Schema

NameRequiredDescriptionDefault
operationYesOperation to perform
textYesText to encode or decode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operation": { "description": "Operation to perform", "enum": [ "encode", "decode" ], "type": "string" }, "text": { "description": "Text to encode or decode", "type": "string" } }, "required": [ "text", "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