List all tables in the database with optional pagination support. Returns a paginated list of table names with configurable limits and page tokens for efficient navigation through large result sets.
Maximum number of tables to return in a single response. Defaults to 10, maximum recommended is 100.
1 <= x <= 100Token for pagination. If provided, returns results starting from the position after this token.
Use the page_token from the previous response to get the next page of results.