get-site-info
Retrieve essential information about a MediaWiki site, including general settings, namespaces, extensions, and license. Optionally include wiki statistics for a comprehensive overview.
Instructions
Returns key facts about the targeted wiki from its MediaWiki siteinfo: general settings (sitename, MediaWiki version, content language, page-title case-sensitivity, live read-only state, and maxarticlesize in bytes), the namespace map with localized names and aliases, the list of installed extension names, and the content license. Set includeStatistics to also return page, article, edit, image, user, active-user, and admin counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeStatistics | No | Also return live wiki statistics (page, article, edit, image, user, active-user, and admin counts). Defaults to false. | |
| wiki | No | Wiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki. |