Projects
Manage projects, their settings, and lifecycle.
4 tools
# list_projects
List all active projects in the workspace
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
# get_project
Get a project by ID or slug
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID or slug |
# create_project
Create a new project
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| name | string | ● | Project name |
| key | string | ● | Short key (e.g. KERA) |
| lead_email | string | — | Project lead email |
# update_project
Update a project's name, lead, or status
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID |
| name | string | — | New name |
| lead_email | string | — | New lead email |
| status | string | — | active|archived |