get_links
Retrieve all internal links from any Wikipedia article, returning the article title and a list of 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 |
|---|---|---|---|
| title | Yes | ||
| links | Yes |