create_project
Create a new project in the anonymous session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The display name of the project | |
| slug | Yes | The URL slug for the project (used in URLs) | |
| is_public | No | Whether the project is public or private | |
| session_id | Yes | The anonymous session ID | |
| overview_content | No | Markdown content for the project overview |