get_prompted_contests
Fetch contests with prompt text bundled for AI processing. Returns raw MongoDB documents and instructions together so models can normalize them locally.
Instructions
Return the prompt text together with contest documents for AI processing.
Use this when Claude or ChatGPT needs both the instructions and the raw MongoDB contests in a single response so it can normalize them locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of contests to skip for pagination | |
| batch_size | No | Contests to fetch (max 100) | |
| prompt_name | No | Prompt file to bundle (default contest-backfill-v2.0.txt). Old alias name "Prompts-backfill.txt" is also accepted. | contest-backfill-v3.2.txt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||