Manage Project
projectCreate or change a project. action: "add" creates one (name required). action: "edit" updates the named project: only the fields given change, and an empty string clears description or target_date. action: "join" puts it in the caller's Your projects sidebar list and action: "leave" takes it out. Read projects with get_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name. Required on add; a rename on edit | |
| action | Yes | What to do with the project | |
| status | No | Project status (edit only) | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| project | No | Project id, key, or name. Required for edit, join and leave | |
| workspace | No | Workspace id, slug, or name | |
| description | No | Project description (empty string clears it on an edit) | |
| target_date | No | Target date (YYYY-MM-DD), or an empty string to clear it (edit only) | |
| idempotency_key | No | Stable key that makes retries safe: repeated calls with the same key create only one record and return the same id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ok | Yes | ||
| key | Yes | ||
| name | Yes | ||
| action | Yes |