get_table_schema tool uses DESCRIBE to get schema info, but no comment info would be returned <img width="1912" height="914" alt="Image" src="https://github.com/user-attachments/assets/fb5d1f88-71f4-4e54-a50c-d43c3a07c74b" /> so the comment field would always be null <img width="2085" height="1202" alt="Image" src="https://github.com/user-attachments/assets/2241dba5-3dd4-470b-96f7-c3772e56ab24" /> I think if we could use SHOW FULL COLUMNS instead?
get_table_schema tool uses DESCRIBE to get schema info, but no comment info would be returned
I think if we could use SHOW FULL COLUMNS instead?