Mediawiki
culture__mediawikiRetrieve Wikipedia article summaries with quality scoring and source verification through the Katzilla MCP server's cultural reference tools.
Instructions
[Culture & Reference Agent] Retrieve a summary of any Wikipedia article using the Wikimedia REST API. Supports multiple languages. Source: Wikipedia / Wikimedia Foundation (CC BY-SA 3.0), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wikipedia article title (e.g. 'Albert_Einstein') | |
| language | No | Wikipedia language code (e.g. en, fr, de, es) | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |