wikipedia_get_sections
Get a Wikipedia article's sections by providing its title. Use the returned list to understand the article's organization and navigate to relevant topics.
Instructions
Get the sections of a Wikipedia article.
Returns a dictionary with the article title and list of sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| sections | Yes |