get_project_hours
Retrieve a project's budget tracking including budget hours, logged hours, and remaining hours to evaluate if additional time can be logged.
Instructions
Report how a single project is tracking against its budget: returns the project's
metadata plus budget_hours, logged_hours (sum of all time entries), and
remaining_hours. Use this for questions like 'how is Orion tracking against budget'
or before logging significant additional time. project accepts a name, a unique
name fragment, or a numeric id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |