get_project_hours
Retrieve budget, logged, and remaining hours for a project to assess budget tracking before logging additional time.
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 |