Output Schema → Prompt Instruction

Paste a JSON Schema; get the prompt text that asks an LLM to produce matching JSON. Useful when you want structured output but the model doesn't support native JSON Schema mode (older models, some open-weight inference providers), or when you want the prompt to be self-documenting.

How to use the Output Schema → Prompt Instruction

Paste a JSON Schema. The tool generates prompt text: an introduction explaining the expected output, the schema inline as a code block, and (in strict mode) a reminder to emit valid JSON with no surrounding prose. Append this to your task prompt.