wikipedia_get_summary
Retrieve a concise summary of any Wikipedia article by providing its title. Returns the title and summary text, or an error message if the article is unavailable.
Instructions
Get a summary of a Wikipedia article.
Returns a dictionary with the title and summary string. On error, includes an error message instead of a summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| title | Yes | ||
| summary | No |