This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.7.0).
array_chunk
InactiveTool of SaSame Research Agent
declared in 1.7.0
Split a JSON array into consecutive chunks of a given size. Returns an array of arrays. size>=1; input capped at 100000 items.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"json",
"size"
],
"properties": {
"json": {
"type": "string"
},
"size": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries