wiki_ingest
Ingest markdown documentation files to build a structured wiki page graph, parsing frontmatter, headings, wikilinks, and URLs.
Instructions
Ingest markdown documentation files into the wiki. Parses frontmatter, headings, [[wikilinks]], and text links to build a structured page graph. Supports .md and .markdown files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The file or directory path to ingest. For directories, all .md files are indexed recursively. | |
| team_id | No | The team ID for isolation. | |
| max_files | No | Maximum number of files to ingest (for directory mode). | |
| repo_path | No | The root path for computing relative file paths. Defaults to the path argument. |