query_data
Retrieve paginated rows from a database table. Specify table name, page, and limit to get controlled result sets for AI-assisted database workflows.
Instructions
Buscar dados paginados de uma tabela.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Página (default: 0) | |
| limit | No | Itens por página (default: 50) | |
| table | Yes | Nome da tabela |