Back to catalog
Cortexa research tool·literature·wikipedia
Wikipedia Search
Search Wikipedia articles using MediaWiki API. Returns a list of matching articles with titles, snippets, and metadata. No API key required.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"language": {
"default": "en",
"description": "Wikipedia language code (e.g., 'en' for English, 'zh' for Chinese, 'fr' for French). Default: 'en'",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of results to return (default: 10, max: 50)",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query string to find Wikipedia articles",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Wikipedia Search call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Wikipedia_search
- Tool name
- Wikipedia_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse