Wikipedia Lookup
wikipedia_lookupLook up topics on Wikipedia and receive concise summaries with page URLs. Ideal for encyclopedic facts about people, places, concepts.
Instructions
Look up a topic on Wikipedia and return a concise summary (with the page URL). Prefer this over web_search for encyclopedic facts about people, places, concepts and events.
Args:
query (string): The topic or article title to look up.
lang (string): Wikipedia language code (default 'en').
Returns { title, summary, url }.
Example: { "query": "Alan Turing" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Topic or article title | |
| lang | No | Language code | en |