smartsuite_create_solution
Create a new SmartSuite solution by providing a name; server auto-assigns slug and private permissions. Preview changes first, then confirm to apply. Add tables with a separate tool.
Instructions
Create a new solution. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true. Only a name is required; the server assigns a slug, a default logo, and private-to-you permissions. Optionally set logoIcon and logoColor. Add tables to it with smartsuite_create_application. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The solution name. | |
| confirm | No | Set true to create; otherwise returns a dry-run preview. | |
| logoIcon | No | Optional icon name for the solution logo. | |
| logoColor | No | Optional hex color for the solution logo (e.g. "#3A86FF"). |