Create Project
create_projectCreate a new project to track with unique name, optional repository path, tech stack, and description. Use when starting a project or when a referenced project does not yet exist.
Instructions
Create a new project to track. Use this when starting a new project or when a user mentions a project that doesn't exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (unique) | |
| repo_path | No | Path to the project repository | |
| tech_stack | No | Technologies used, e.g. ["FastAPI", "React", "PostgreSQL"] | |
| description | No | What this project is about |