This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.2.1).
read_versions
InactiveTool of io.github.nyuchi/mzizi-mcp
declared in 0.2.1
Read the version-history snapshots for a document (version_number, change_type, comment, snapshot).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"collection",
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"collection": {
"type": "string",
"minLength": 1
}
}
}Parent server
io.github.nyuchi/mzizi-mcp
https://github.com/nyuchi/mzizi-tools
1/7 registries