Back to catalog
Cortexa research tool·literature·wikipedia
Wikipedia Get Content
Extract content from a Wikipedia article. Can extract introduction, summary, or full article content. No API key required.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"extract_type": {
"default": "summary",
"description": "Type of content to extract: 'intro' (first paragraph only), 'summary' (first few paragraphs, default), or 'full' (entire article)",
"enum": [
"intro",
"summary",
"full"
],
"type": "string"
},
"language": {
"default": "en",
"description": "Wikipedia language code (e.g., 'en' for English, 'zh' for Chinese). Default: 'en'",
"type": "string"
},
"max_chars": {
"default": 2000,
"description": "Maximum characters to return for intro/summary (ignored for 'full'). Default: 2000",
"minimum": 100,
"type": "integer"
},
"title": {
"description": "Wikipedia article title (exact title as it appears on Wikipedia)",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}Examples (1)
Default Wikipedia Get Content call
public-safeinput
{
"max_chars": 1,
"title": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Wikipedia_get_content
- Tool name
- Wikipedia_get_content
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse