Audit
| Tool | Description | Parameters |
|---|---|---|
dokuwiki_find_orphan_pages |
Find pages with no incoming links | namespace, max_pages |
dokuwiki_find_stale_pages |
Find pages not modified within X days | namespace, threshold_days, max_pages |
dokuwiki_find_duplicate_content |
Find pages with identical or similar content | namespace |
dokuwiki_check_tag_consistency |
Audit tag usage (orphan tags, inconsistencies) | namespace |
dokuwiki_check_page_links |
Check internal links on a page for broken targets | page |
dokuwiki_audit_struct_data |
Find pages missing structured data for a schema | namespace, schema |
Example: Find orphan pages
Section titled “Example: Find orphan pages”echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dokuwiki_find_orphan_pages","arguments":{"namespace":"docs"}}}' \| docker run -i --rm -e DOKUWIKI_URL=https://wiki.example.com -e DOKUWIKI_TOKEN=YOUR_TOKEN \ git.satware.ai/satware.ai/mcp-dokuwiki:latest