article
The full text of an article, for when lookup()'s summary is not enough — sections as a JSON array, infobox as key/value facts, no HTML or wikitext to parse. Pass sections to pull only the parts you need (e.g. ["Early life"]) and max_chars to cap the payload; both exist because a long article will otherwise flood your context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title, alias, or Q-id. | |
| corpus | No | Which corpus to read from. Defaults to wikipedia. | |
| sections | No | Optional section names to include (substring match, case-insensitive). Omit for the whole article. | |
| max_chars | No | Optional cap on total section text returned. |