wikipedia_get_links
Retrieve the full list of links from a Wikipedia article using its title, returning the article title and its linked pages.
Instructions
Get the links contained within a Wikipedia article.
Returns a dictionary with the article title and list of links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | ||
| title | Yes |