Draft a WhatsApp location
send_locationDraft a map pin with optional place name and address for preview; it does not send until the user approves, then use confirm_send to share it.
Instructions
Draft a map pin, optionally labelled with a place name and address. Does not send. Show the preview; after the user says yes, call confirm_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Place name shown on the pin | |
| address | No | Street address shown under the name | |
| chat_id | Yes | Chat id as returned by another tool ("<digits>@s.whatsapp.net" or "<id>@g.us"), or a phone number in international format | |
| latitude | Yes | Latitude in decimal degrees | |
| longitude | Yes | Longitude in decimal degrees | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. |