create_project
Creates a new project with a name and optional description. Provides a workspace to manage tables, relationships, and schema design.
Instructions
Создать новый проект.
Args:
project_name: Название проекта.
project_description: Описание проекта (необязательно).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | ||
| project_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |