Wikipedia Ext Tools¶
Configuration File: wikipedia_ext_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the wikipedia_ext_tools.json configuration file.
Available Tools¶
Wikipedia_get_featured_content (Type: BaseRESTTool)¶
Get Wikipedia’s featured content for a specific date including the featured article of the day, m…
Wikipedia_get_featured_content tool specification
Tool Information:
Name:
Wikipedia_get_featured_contentType:
BaseRESTToolDescription: Get Wikipedia’s featured content for a specific date including the featured article of the day, most-read articles, picture of the day, and on-this-day events using the Wikipedia REST API. No authentication required. Useful for daily briefings and trending content discovery.
Parameters:
year(integer) (required) Year. Examples: 2023, 2024month(integer) (required) Month number (1-12). Examples: 1, 6, 12day(integer) (required) Day of month (1-31). Examples: 1, 15, 25
Example Usage:
query = {
"name": "Wikipedia_get_featured_content",
"arguments": {
"year": 10,
"month": 10,
"day": 10
}
}
result = tu.run(query)