wikipedia_get_article
Retrieve the full content of a Wikipedia article as a structured dictionary, providing complete article details in a single request.
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 |