Main
- The tool inventory is explicit: page reads (search, history, parse wikitext) plus page writes (create/update/upload) gated behind 🔐 auth requirements.
- It includes quantitative limits that matter for agents: category members up to 500 per call, multi-page fetch up to 50 per call, and recent changes up to 50 per call with pagination.
- Auth and deployment choices are documented: browser OAuth, per-request bearer token, manual OAuth token, or bot password fallback.
FAQ
- Can I use it on any wiki?: The README says it works with any MediaWiki wiki; start with a public wiki to validate read flows.
- Are write tools always enabled?: Write tools require authentication and may be hidden when
readOnlyis set in config. - What should I verify first?: Run a
search-page/get-pageread before enabling any authenticated write capability.