Skip to main content
Glama

JSON Filter MCP

json_schema

Converts JSON files into TypeScript schemas by specifying the file path. Simplifies data handling and ensures clean, structured TypeScript definitions.

Instructions

Generate TypeScript schema for a JSON file. Provide the file path as the only parameter.

Input Schema

NameRequiredDescriptionDefault
filePathYesJSON file path to generate schema

Input Schema (JSON Schema)

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

Other Tools from JSON Filter MCP

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-filter'

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