get_related_topics
Discover related topics for any Wikipedia article by analyzing links and categories, enabling deeper exploration and context generation for research or content creation.
Instructions
Get topics related to a Wikipedia article based on links and categories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
title | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
},
"title": {
"title": "Title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}