get_summary
Retrieve concise summaries of Wikipedia articles by specifying the article title. Ideal for quick insights or extracting key information from Wikipedia content efficiently.
Instructions
Get a summary 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"
}