get_content
Retrieve the complete text content of an article from a ZIM file. Returns all sections as plain text for full detail; note that articles can be very long.
Instructions
Retrieve the complete text content of an article from a ZIM file. Returns all sections as plain text (no HTML). Use this when you need full article details; for quick overviews, use 'get_content_summary' instead. WARNING: Full articles can be very long and token-intensive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article or entry title (spaces are automatically converted) | |
| zim_file | Yes | Name of the ZIM file (required). Example: 'wikipedia_en_all_maxi_2026-02' |