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

ParameterTypeDescription
summaryobjectWikipedia page summary and metadata

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

ParameterTypeDescription
searchResultsarrayArray of matching Wikipedia pages

wikipedia_content

Get the full HTML content of a Wikipedia page.

Input

ParameterTypeRequiredDescription
pageTitlestringYesTitle of the Wikipedia page to get content for

Output

ParameterTypeDescription
contentobjectFull HTML content and metadata of the Wikipedia page

wikipedia_random

Get a random Wikipedia page.

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
randomPageobjectRandom Wikipedia page data

Notes

  • Category: tools
  • Type: wikipedia
Wikipedia