inspect_last_query
Retrieve the complete, untruncated result of a previous database query using its call_id, or get the most recent query result without re-executing the SQL.
Instructions
Recupera el result completo (sin celdas truncadas, sin row cap) de un execute_query / execute_mutation / explain_query previo. Usa el call_id que aparece en la response comprimida. Sin call_id devuelve el más reciente. NO re-ejecuta el SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | No | ID devuelto en el campo 'call_id' de un result comprimido. Si se omite, devuelve el último query guardado (warning si hay varios en los últimos 5s). |