wikipedia-intel
ActiveTool of The Stall
Wikipedia article lookup and search. Given a search query, returns the top matching Wikipedia articles with title, plain-text extract (~800 chars), description, thumbnail URL, page URL, and last-modified date. Use for rapid factual lookup, entity enrichment, concept explanation, or pre-flight research on any topic. No API key required.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lang": {
"type": "string",
"description": "Wikipedia language edition (ISO 639-1 code, e.g. 'en', 'es', 'fr', 'de'). Default: 'en'."
},
"exact": {
"type": "boolean",
"description": "If true, treat 'query' as an exact page title for a direct lookup (faster, returns one article). If false, run a search and return the top matches."
},
"limit": {
"type": "integer",
"description": "Number of articles to return when exact=false (1–8). Default: 3."
},
"query": {
"type": "string",
"description": "Search query or article title (e.g. 'transformer neural network', 'Warren Buffett', 'CRISPR'). Used for full-text search when exact=false."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries