get_cost_type
Fetch a specific OpenProject cost type by ID to retrieve its read-only details for project planning and reporting.
Instructions
Get a cost type by id.
Cost types are entirely read-only in OpenProject's API (Community Edition) -- there is no create/update/delete endpoint, and no collection GET either (no list_cost_types tool exists because the endpoint does not exist upstream).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost_type_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| unit | Yes | ||
| is_default | Yes | ||
| unit_plural | Yes |