generate_component
Generate a Symbols.app DOMQL component from a natural language description, using built-in syntax references and examples to ensure a compliant component.
Instructions
Generate a Symbols.app DOMQL component from a description.
Returns the rules, syntax reference, component catalog, cookbook examples, and default library reference as context. The calling LLM uses this context to generate a correct, compliant component.
Args: description: What the component should do and look like. component_name: PascalCase name for the component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| component_name | No | MyComponent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |