get_content_summary
Get a quick topic overview by retrieving the first paragraphs of an article's introduction. Use this for brief summaries instead of full article content.
Instructions
Get the first few paragraphs of an article's introduction section. Returns plain text (no HTML) containing only the opening section of the page. Use this for quick topic overviews instead of 'get_content' which returns the full article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title (spaces are automatically converted to underscores) | |
| zim_file | No | ZIM file name. Only specify if different from your default ZIM file. Example: 'wikipedia_en_all_maxi_2026-02' | |
| paragraphs | No | Number of opening paragraphs to return (default: 2). Use 1-2 for brief overview, 3-5 for detailed summary. |