get_article
Retrieve the complete content of a Wikipedia article by specifying its title using this MCP tool, enabling access to in-depth information for research or context purposes.
Instructions
Get the full content of a Wikipedia article.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"title": "Title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}