get_project¶
Get detailed information for a specific project.
Purpose¶
Retrieve comprehensive project details including metadata and statistics.
Parameters¶
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id |
string | Yes | - | Project UUID |
show_description |
boolean | No | True | Include description |
show_notes |
boolean | No | True | Include notes |
Returns¶
Complete project information including activity count, exchange count, and calculation count.
Example¶
Prompt: Show details for project abc123
Related Tools¶
- list_projects - Find project IDs
- update_project - Modify project
- list_activities - View activities