asana_create_project
Create a project in Asana with settings for team, workspace, name, color, notes, public visibility, and default view.
Instructions
Create a project. In an org workspace a team GID is required; otherwise the workspace default is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| team | No | Team GID (required for org workspaces) | |
| color | No | Project color (e.g. "light-green") | |
| notes | No | Project description | |
| public | No | Visible to the whole team/workspace | |
| workspace | No | Workspace GID (default: configured/auto-detected workspace; ignored if team given) | |
| default_view | No | list | board | calendar | timeline |