Skip to main content
Glama

JSON MCP Server

json_schema

Generate TypeScript schema from a JSON file or URL to define data structures and reduce context size, simplifying integration with large JSON datasets.

Instructions

Generate TypeScript schema for a JSON file or remote JSON URL. Provide the file path or HTTP/HTTPS URL as the only parameter.

Input Schema

NameRequiredDescriptionDefault
filePathYesJSON file path (local) or HTTP/HTTPS URL to generate schema from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "JSON file path (local) or HTTP/HTTPS URL to generate schema from", "type": "string" } }, "required": [ "filePath" ], "type": "object" }
Install Server

Other Tools from JSON MCP Server

Related Tools

    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/kehvinbehvin/json-mcp'

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