get_project
Retrieve a single project by its ID. Specify fields to return, with defaults including id, name, description, and status.
Instructions
Получить один проект по ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Список полей через запятую (по умолчанию: id,name,description,status) | |
| projectId | Yes | ID проекта |