get_links
Extract all links from a Wikipedia article by providing its title. This tool helps users quickly access and analyze referenced content within articles, supporting research and information gathering.
Instructions
Get the links contained within a Wikipedia article.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"title": "Title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}