generate_markers_map
Create a map with multiple pinned locations, each marker showing a place name and optional official website link, to visualize several points on a single map.
Instructions
Generate a map with multiple pinned locations.
Example: generate_markers_map(markers=[{"label": "Tokyo Tower", "link": "https://www.tokyotower.co.jp/"}, {"label": "Zojoji Temple"}])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional: display name for the map. If omitted, the server derives one automatically from place/markers. | |
| place | No | Optional: place to center the map on. If omitted, the center is computed automatically from the markers. | |
| markers | Yes | Locations to pin on the map. At least one required. |