get_project
Retrieve a compact OpenProject summary using a project ID or identifier. Get key project details for automation or context.
Instructions
Get a compact project summary by id or identifier.
project: numeric id (e.g., 7) or identifier (e.g., "my-project"), not display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| active | Yes | ||
| public | No | ||
| status | No | ||
| favorited | No | ||
| parent_id | No | ||
| can_delete | No | ||
| can_update | No | ||
| created_at | No | ||
| identifier | Yes | ||
| updated_at | No | ||
| description | Yes | ||
| parent_name | No | ||
| status_explanation | No |