get_related_topics
Retrieve topics related to a Wikipedia article by analyzing its links and categories. Input a title and optional limit to get a list of related subjects.
Instructions
Get topics related to a Wikipedia article based on links and categories.
Returns a list of related topics up to the specified limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| related_topics | Yes |