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

ID: v8cgbmpauc