Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"function": {
"description": "Herramienta para validar el check-in o estado de un código QR de un cliente/prestador. Usar cuando un prestador diga 'Quiero validar este QR' o el cliente pregunte sobre el historial de sus visitas o genere un código.",
"name": "movilo_validate_qr",
"parameters": {
"properties": {
"qr_content": {
"description": "El contenido decodificado del código QR o el identificador para validarlo.",
"type": "string"
}
},
"required": [
"qr_content"
],
"type": "object"
}
},
"type": "function"
},
"kind": "tool",
"summary": {
"description": "Herramienta para validar el check-in o estado de un código QR de un cliente/prestador. Usar cuando un prestador diga 'Quiero validar este QR' o el cliente pregunte sobre el historial de sus visitas o genere un código.",
"id": "movilo_validate_qr",
"kind": "tool",
"path": "Tools/apps/movilo/movilo_validate_qr.json",
"title": "movilo_validate_qr"
},
"validation_issues": []
}