Skip to main content

Wikipedia

Wikipedia integration for searching and retrieving content from Wikipedia. Provides article search, summary retrieval, full content extraction, and random article discovery. Supports multiple languages and optional API authentication for higher rate limits. Uses Connect/Disconnect pattern for session management.

NamespaceRobomotion.Wikipedia
Version1.1.0
CategoryOther
Nodes7

Nodes

NodeDescription
ConnectOpens a connection to Wikipedia and returns a Client ID.
DisconnectCloses a Wikipedia connection.
SearchSearches in Wikipedia.
Get SummaryGets a summary in Wikipedia.
Get ContentGets a content in Wikipedia.
Get RandomGets a random in Wikipedia.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

6 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Search, Get Summary, Get Content, Get Random.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.