get_article
Fetches the full Wikipedia article for a given title, returning the complete content. Provides an error message if the article cannot be retrieved.
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 |
|---|---|---|---|
| url | No | ||
| text | No | ||
| error | No | ||
| links | No | ||
| title | Yes | ||
| exists | Yes | ||
| pageid | No | ||
| summary | No | ||
| sections | No | ||
| categories | No |