Skip to main content
Glama

JSON Filter MCP

json_schema

Convert JSON files or remote URLs into TypeScript schemas by providing the file path or HTTP/HTTPS link. Simplify data filtering and maintain clean contexts in JSON workflows.

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" }

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