kb.index
Fetch or atomically replace the project index page. Read it before searching to navigate the knowledge base; regenerate it after any add, update, or delete to keep the LLM entry point current.
Instructions
Read or replace the wiki index page (source='_index'). Call with no content to fetch the current index. Call with content to atomically replace it. The index is the LLM's navigation entry point — read it before searching, regenerate it after any kb.add/update/delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New index content. Omit to fetch the current index without modifying it. | |
| project_id | Yes | Project ID to scope the index |