introspect_schema
Converts a Zod schema string to JSON Schema, revealing the structure and constraints for LLM interpretation.
Instructions
Convert a Zod schema string to JSON Schema for LLM understanding. Use to answer: what is the structure and constraints of this schema?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_code | Yes | Zod schema code (e.g., 'z.object({ name: z.string() })') |