wikipedia_read
Fetch the complete plain-text body of a Wikipedia article by its exact title. Use max_chars to limit how much content is returned.
Instructions
Fetch the full plain-text body of a Wikipedia article.
title should be the exact article title from wikipedia_search.
Content is truncated to max_chars characters (default 15 000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||