pub async fn sample_data( pool: &AnyPool, backend: DbBackend, table: &str, limit: u32, ) -> Result<Vec<Value>, McpSqlError>
Sample N rows from a table.