| url | No | Canonical desktop URL of the article (e.g. "https://en.wikipedia.org/wiki/Eiffel_Tower"), for citing the page rather than composing a URL from the title. | |
| error | No | Present when the call failed. Absent on success. | |
| title | No | Resolved article title (may differ from input for redirects). | |
| pageid | No | Wikipedia page ID. Absent when the API omits it. | |
| extract | No | Plain-text summary extract — a truncated fragment from the start of the lead section, not the whole lead. Call wikipedia_get_article with section_index 0 for the full lead. | |
| language | No | Language edition queried. | |
| latitude | No | WGS 84 latitude of the article subject in decimal degrees. Pass with longitude to wikipedia_search_nearby, whose inputs carry these names, to find other notable articles around the same point. Absent for an article that is not geotagged. | |
| longitude | No | WGS 84 longitude of the article subject in decimal degrees. Pass with latitude to wikipedia_search_nearby, whose inputs carry these names, to find other notable articles around the same point. Absent for an article that is not geotagged. | |
| page_type | No | Page type from the Wikipedia REST API. Common values: "standard" (regular article), "disambiguation" (disambiguation page), "no-extract" (article with no extract). When "disambiguation", call wikipedia_search_articles with a more specific query. | |
| description | No | Short description of the article subject. | |
| revision_id | No | ID of the revision the extract was read from. "https://<edition>.wikipedia.org/w/index.php?oldid=<revision_id>" is a permanent link to exactly that version. | |
| last_modified | No | ISO 8601 timestamp of that revision, for dating the content. | |
| thumbnail_url | No | URL of the article thumbnail image, if available. | |
| wikibase_item | No | Wikidata QID (e.g. "Q28865"). Use to chain into wikidata-mcp-server without a separate lookup. | |