wikipedia
Wikipedia is the world's largest free online encyclopedia, offering millions of articles on a vast range of topics, collaboratively written and maintained by volunteers.
The Agent Forge Wikipedia integration allows your agents to programmatically access and interact with Wikipedia content, incorporating data from the world's largest encyclopedia into their workflows.
With Wikipedia, you can:
Search for articles: Find relevant Wikipedia pages by searching for keywords or topics
Get article summaries: Retrieve concise summaries of Wikipedia pages for quick reference
Access full content: Obtain the complete content of Wikipedia articles for in-depth information
Discover random articles: Explore new topics by retrieving random Wikipedia pages
Agents can search for articles, fetch summaries, retrieve full page content, and discover random articles, empowering automations with up-to-date, reliable information.
This is ideal for research, content enrichment, fact-checking, and knowledge discovery, enabling agents to seamlessly use Wikipedia data in decision-making and task execution.
Usage Instructions
Access Wikipedia articles, search for pages, get summaries, retrieve full content, and discover random articles from the world's largest encyclopedia.
Tools
wikipedia_summary
wikipedia_summaryGet a summary and metadata for a specific Wikipedia page.
Input
pageTitle
string
Yes
Title of the Wikipedia page to get summary for
Output
summary
json
Page summary data
searchResults
json
Search results data
totalHits
number
Total search hits
content
json
Page content data
randomPage
json
Random page data
wikipedia_search
wikipedia_searchSearch for Wikipedia pages by title or content.
Input
query
string
Yes
Search query to find Wikipedia pages
searchLimit
number
No
Maximum number of results to return (default: 10, max: 50)
Output
summary
json
Page summary data
searchResults
json
Search results data
totalHits
number
Total search hits
content
json
Page content data
randomPage
json
Random page data
wikipedia_content
wikipedia_contentGet the full HTML content of a Wikipedia page.
Input
pageTitle
string
Yes
Title of the Wikipedia page to get content for
Output
summary
json
Page summary data
searchResults
json
Search results data
totalHits
number
Total search hits
content
json
Page content data
randomPage
json
Random page data
wikipedia_random
wikipedia_randomGet a random Wikipedia page.
Input
Parameter
Type
Required
Description
Output
summary
json
Page summary data
searchResults
json
Search results data
totalHits
number
Total search hits
content
json
Page content data
randomPage
json
Random page data
Notes
Category:
toolsType:
wikipedia
Was this helpful?
