index-restore
Restore notes from a JSON backup file to the MCP Index Notes server. Imports data and returns the count of successfully restored notes for efficient backup recovery.
Instructions
Restore notes from a JSON backup file. Returns imported count.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file": {
"type": "string"
}
},
"required": [
"file"
],
"type": "object"
}