list_datasets
List all datasets with row counts and column summaries to see what is already tracked before creating or querying. Use pagination to browse results.
Instructions
List all datasets with row counts and a name:type column summary.
Use this to discover what the user is already tracking before creating or querying a dataset. Results are paginated: use next_offset from the response to fetch the next page instead of raising the limit.
Args: limit: Page size (1-100, default 20). offset: Number of datasets to skip (default 0).
Returns: {"ok": true, "datasets": [{"name", "description", "row_count", "columns"}], "total": , "count": , "next_offset": }.
Example: list_datasets(limit=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||