read_raw_collection
Fetch raw documents stored in CHRawdata with filtering and pagination to manage large datasets.
Instructions
Read documents from the CHRawdata database (raw scraped data) with filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of documents to skip for pagination | |
| limit | No | Maximum number of documents to return (max 1000) | |
| sort_by | No | Field name to sort by (optional) | |
| filter_query | No | JSON string with MongoDB filter query (optional) | |
| collection_name | Yes | Name of the collection to read from (e.g. "rawdata") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||