generate_markers_map
Generate a map with multiple pinned locations. Example: 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. |