merge
Combine multiple JSON files into a single file by specifying the path, streamlining data integration and management within the json-mcp-server environment.
Instructions
Merge JSON files into a one JSON file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}