form_from_schema
Generate a form definition from a JSON schema, TypeScript interface, or data model. Provide the schema and choose a UI framework to get a ready-to-use form.
Instructions
Generate a form definition from a JSON schema, TypeScript interface, or data model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | JSON schema, TypeScript interface, or data model to generate a form from | |
| api_key | No | API key for authentication | |
| framework | No | UI framework: 'react', 'vue', 'svelte', 'html' |