description: str = '\n Tool for getting data from a table in an Apache Cassandra database. \n Use the WHERE clause to specify the predicate for the query that uses the \n primary key. A blank predicate will return all rows. Avoid this if possible. \n Use the limit to specify the number of rows to return. A blank limit will \n return all rows.\n '