get_records_for_structuring
Fetch raw scraped contest records and the structuring prompt (v4.0 schema) to prepare data for normalization into the Contests format.
Instructions
Fetch raw scraped records + the structuring prompt (contest-structuring-v4.0.txt, v4.0 schema) so a chatbot can structure them into the normalized Contests format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum raw records to fetch (default 5, max 20) | |
| source | No | Filter by scraper source (e.g. "contestwatchers"). If None, all sources. | |
| require_validated | No | If True, only fetch records with validationStatus="validated" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||