get_sections
Retrieve specific sections of a Wikipedia article by title to access targeted information directly, facilitating efficient data extraction and analysis.
Instructions
Get the sections of a Wikipedia article.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"title": "Title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}