get_project
Retrieve a compact project summary using the project's numeric ID or unique identifier. This provides essential project details without loading full data.
Instructions
Get a compact project summary by id or identifier.
project: numeric id (e.g., 7) or identifier (e.g., "opm-openproject-ce-mcp"), 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 | ||
| 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 |