wikipedia_summarize_article_section
Retrieve a focused summary of a specific Wikipedia article section. Provide the article title and section name to get key points without reading the full page.
Instructions
Get a summary of a specific section of a Wikipedia article.
Returns a dictionary containing the section summary or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| max_length | No | ||
| section_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| summary | Yes | ||
| section_title | Yes |