wikipedia_extract_key_facts
Extract key facts from any Wikipedia article, optionally focusing on a specific topic. Get a concise list of facts directly from the article.
Instructions
Extract key facts from a Wikipedia article, optionally focused on a topic.
Returns a dictionary containing a list of facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| title | Yes | ||
| topic_within_article | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facts | Yes | ||
| title | Yes | ||
| topic_within_article | Yes |