This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.2.1).
read_documents
InactiveTool of io.github.nyuchi/mzizi-mcp
declared in 0.2.1
Read documents from a collection in the Mzizi document store. Omit `name` to list a collection; pass `name` for one document. Use list_collections to discover collection names.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"collection"
],
"properties": {
"name": {
"type": "string",
"description": "Document name; omit to list the whole collection"
},
"limit": {
"type": "integer",
"default": 200,
"maximum": 1000,
"minimum": 1
},
"owner": {
"type": "string",
"description": "Filter by owner, e.g. 'nyuchi', 'framework'"
},
"dnaRole": {
"type": "string",
"description": "Filter by dnaRole, e.g. 'core', 'swappable'"
},
"collection": {
"type": "string",
"minLength": 1,
"description": "Collection name, e.g. 'components', 'skills', 'brand'"
}
}
}Parent server
io.github.nyuchi/mzizi-mcp
https://github.com/nyuchi/mzizi-tools
1/7 registries