Sim

Wikipedia

Search and retrieve content from 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.

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

In Sim, the Wikipedia integration enables your agents to programmatically access and interact with Wikipedia content as part of their workflows. Agents can search for articles, fetch summaries, retrieve full page content, and discover random articles, empowering your automations with up-to-date, reliable information from the world's largest encyclopedia. This integration is ideal for scenarios such as research, content enrichment, fact-checking, and knowledge discovery, allowing your agents to seamlessly incorporate Wikipedia data into their decision-making and task execution processes.

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

Get a summary and metadata for a specific Wikipedia page.

Input

ParameterTypeRequiredDescription
pageTitlestringYesTitle of the Wikipedia page to get summary for

Output

ParameterType
summarystring
titlestring
displaytitlestring
descriptionstring
extractstring
extract_htmlstring
thumbnailstring
originalimagestring
content_urlsstring
revisionsstring
editstring
talkstring

Search for Wikipedia pages by title or content.

Input

ParameterTypeRequiredDescription
querystringYesSearch query to find Wikipedia pages
searchLimitnumberNoMaximum number of results to return (default: 10, max: 50)

Output

ParameterType
totalHitsstring
querystring
searchResultsstring

wikipedia_content

Get the full HTML content of a Wikipedia page.

Input

ParameterTypeRequiredDescription
pageTitlestringYesTitle of the Wikipedia page to get content for

Output

ParameterType
contentstring
pageidstring
htmlstring
revisionstring
tidstring
timestampstring
content_modelstring
content_formatstring

wikipedia_random

Get a random Wikipedia page.

Input

ParameterTypeRequiredDescription

Output

ParameterType
randomPagestring
titlestring
displaytitlestring
descriptionstring
extractstring
thumbnailstring
content_urlsstring

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
summaryjsonsummary output from the block
searchResultsjsonsearchResults output from the block
totalHitsnumbertotalHits output from the block
contentjsoncontent output from the block
randomPagejsonrandomPage output from the block

Notes

  • Category: tools
  • Type: wikipedia
Wikipedia