Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

json-to-csv

Convert JSON strings to CSV format with customizable delimiters using this utility from the IT Tools MCP Server, simplifying data transformation for developers and administrators.

Instructions

Convert JSON to CSV format

Input Schema

NameRequiredDescriptionDefault
delimiterNoCSV delimiter
jsonYesJSON string to convert to CSV

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "delimiter": { "description": "CSV delimiter", "type": "string" }, "json": { "description": "JSON string to convert to CSV", "type": "string" } }, "required": [ "json" ], "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