This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.2.1).
get_node_documents
InactiveTool of io.github.nyuchi/mzizi-mcp
declared in 0.2.1
List documents for an ecosystem node (1–10), optionally scoped to a collection. Returns each document's full JSON.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"node"
],
"properties": {
"node": {
"type": "integer",
"maximum": 10,
"minimum": 1
},
"limit": {
"type": "integer",
"default": 200,
"maximum": 1000,
"minimum": 1
},
"owner": {
"type": "string"
},
"collection": {
"type": "string"
}
}
}Parent server
io.github.nyuchi/mzizi-mcp
https://github.com/nyuchi/mzizi-tools
1/7 registries