log_time
Record time spent on a Huly issue by specifying project, issue identifier, and duration in minutes. Optionally add a description of the work done.
Instructions
Log time spent on a Huly issue. Records a time entry with optional description. Time value is in minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| identifier | Yes | a string that will be trimmed | |
| value | Yes | Time spent in minutes | |
| description | No | Description of work done |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |