get_summary
Provide a Wikipedia article title to receive a concise summary of the article. Returns the title and summary text, or an error message if the article cannot be found.
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 |