get_contests_for_migration
Fetch contests missing v4.0 schema fields like category, prizeSummary, or feeConfidence. Paginate through results to migrate data in batches.
Instructions
Get a batch of existing contests that need migration to v4.0 schema.
Returns contests missing key fields like category, prizeSummary, or feeConfidence. Use pagination to process in batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of documents to skip for pagination | |
| batch_size | No | Number of contests to fetch (max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||