igniral_generate_schema_from_prompt
Generate a complete backend application from a natural language description. Automatically creates all endpoints, JSON schemas, roles, and permissions.
Instructions
Generates a complete application from a natural language description. This tool creates the application, ALL endpoints with their JSON schemas, roles, and permissions automatically.
Use this when the user gives a general or ambiguous instruction like "build me a gym management app" or "create an API for a restaurant".
You do NOT need to call igniral_create_application or igniral_create_dynamic_endpoint after this — everything is created automatically. This may take 30-90 seconds to complete.
Returns the applicationId and a summary of what was created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural language description of the application to generate. Be as detailed as possible about what the app should do and what data it should manage. Minimum 10 characters. |