Skip to main content
Glama

json-mcp-server

split

Divide a JSON file into a defined number of objects using this tool from the json-mcp-server, enabling efficient data segmentation for processing or analysis.

Instructions

Split a JSON file into a specified number of objects

Input Schema

NameRequiredDescriptionDefault
numObjectsYes
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numObjects": { "exclusiveMinimum": 0, "type": "integer" }, "path": { "type": "string" } }, "required": [ "path", "numObjects" ], "type": "object" }

You must be authenticated.

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

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