get_wiki_info
Retrieve metadata from the connected wiki instance, including path, mode (file/directory), and section count, to assess wiki structure.
Instructions
Get metadata about the connected wiki instance — path, mode (file/directory), and section count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | How the wiki is loaded — single file or directory of .md files | |
| uptime | Yes | Server uptime in seconds | |
| wikiPath | Yes | Absolute path to the wiki source | |
| sectionCount | Yes | Total number of indexed sections | |
| documentCount | Yes | Number of markdown files loaded (1 in file mode, N in directory mode) |