mindwiki_update_index

Rebuild the vault index. Useful after large bulk changes or when search results seem stale.

Scope: write

Parameters

None.

Example Request

json
{
  "tool": "mindwiki_update_index",
  "arguments": {}
}

Example Response

json
{
  "success": true,
  "pages_indexed": 142,
  "duration_ms": 1840
}

In normal use you don't need to call this — MindWiki keeps its index live as pages change. Reach for it after restoring an export, performing a bulk import, or if a search result seems out of date.

The REST equivalent is POST /vault/index/rebuild.