pub async fn describe_table( pool: &AnyPool, backend: DbBackend, table: &str, ) -> Result<Vec<Value>, McpSqlError>
Describe a table’s columns.