wikipedia_get_article
Retrieve the full text and structure of a Wikipedia article by providing its title.
Instructions
Get the full content of a Wikipedia article.
Returns a dictionary containing article details or an error message if retrieval fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| exists | Yes | ||
| pageid | No | ||
| summary | No | ||
| text | No | ||
| url | No | ||
| sections | No | ||
| categories | No | ||
| links | No | ||
| error | No |