Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

xml-format

Format and organize XML strings with customizable indentation for improved readability and structure. Ideal for developers working with XML data.

Instructions

Format and prettify XML

Input Schema

NameRequiredDescriptionDefault
indentNoNumber of spaces for indentation
xmlYesXML string to format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indent": { "description": "Number of spaces for indentation", "type": "number" }, "xml": { "description": "XML string to format", "type": "string" } }, "required": [ "xml" ], "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