get_connection_schema
Retrieve cached database schema for a connection to see available tables, columns, and types before creating a db_config. Refresh the schema first if the cache is empty.
Instructions
Retorna o schema em cache de uma conexão (tabelas, colunas, tipos). Use antes de criar db_config para saber quais tabelas e colunas estão disponíveis. Se o cache estiver vazio, use refresh_connection_schema primeiro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | UUID da conexão |