wikipedia_summarize_article_section
Summarize a specific section of a Wikipedia article by providing the article title and section title. Returns the section summary with an optional max length.
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 | ||
| section_title | Yes | ||
| max_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| section_title | Yes | ||
| summary | Yes |