mindwiki_update_index
Rebuild the search index. Call this after making multiple writes to ensure search results are current.
Parameters
None.
Example Request
json
{
"tool": "mindwiki_update_index",
"arguments": {}
}Example Response
json
{
"success": true,
"pages_indexed": 47,
"duration_ms": 1200
}