request_tutorial
Submit a request for a tutorial we don't yet have. Call this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily content batch reviews and prioritizes. Optionally include an email for notification when the tutorial ships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | What the user wants to learn how to do (e.g. 'how to get pesto stains out of a white shirt') | |
| context | No | Brief context about the requester (e.g. 'beginner crocheter', 'first-time homeowner', 'gluten-free baker'). Helps shape the tutorial when we ship it. | |
| notifyEmail | No | Optional email to notify when the tutorial ships. Pure opt-in. | |
| originalQuery | No | The exact user query that came up empty in search_tutorials. Useful for matching keyword demand. |