get_coordinates
Retrieve geographic coordinates of a Wikipedia article by providing the article title. Use this tool to extract location data directly from Wikipedia for enhanced context in applications.
Instructions
Get the coordinates 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"
}