Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"function": {
"description": "Generate a Google Maps navigation link between two locations, or a link to a specific location.",
"name": "get_map_route",
"parameters": {
"properties": {
"destination": {
"description": "The target address, city, or coordinates.",
"type": "string"
},
"origin": {
"description": "Optional starting point address. If omitted, generates a map link just for the destination.",
"type": "string"
}
},
"required": [
"destination"
],
"type": "object"
}
},
"type": "function"
},
"kind": "tool",
"summary": {
"description": "Generate a Google Maps navigation link between two locations, or a link to a specific location.",
"id": "get_map_route",
"kind": "tool",
"path": "Tools/global/misc/get_map_route.json",
"title": "get_map_route"
},
"validation_issues": []
}