Get Project
project_getRetrieve detailed information about a specific project by providing its ID.
Instructions
Use this when the user wants to view detailed information about a specific project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| title | Yes | Project title | |
| description | No | Project description | |
| color | No | Project color as decimal integer | |
| archived | No | Whether the project is archived |