Skip to main content
Glama

JSON Skeleton MCP Server

by jskorlol

json_skeleton

Generate compact JSON skeletons by preserving structure, truncating string values, and deduplicating arrays to analyze large JSON files without exceeding size limits.

Instructions

Create a lightweight JSON skeleton that preserves structure with truncated values and deduplicated arrays. Useful when encountering 'File content exceeds maximum allowed size' errors with large JSON files.

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the JSON file to process
max_lengthNoMaximum length for string values (default: 200)
type_onlyNoReturn only value types instead of values. Most compact output. (default: false)

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the JSON file to process", "type": "string" }, "max_length": { "default": 200, "description": "Maximum length for string values (default: 200)", "type": "integer" }, "type_only": { "default": false, "description": "Return only value types instead of values. Most compact output. (default: false)", "type": "boolean" } }, "required": [ "file_path" ], "type": "object" }

Other Tools from JSON Skeleton 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/jskorlol/json-skeleton-mcp'

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