list_time_spend_reports
Filter and retrieve time entries across issues by project and date range. Entries returned sorted by date, newest first.
Instructions
List all time entries across issues. Supports filtering by project and date range. Returns entries sorted by date (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | a string that will be trimmed | |
| from | No | Filter entries from this timestamp | |
| to | No | Filter entries until this timestamp | |
| limit | No | Maximum number of entries to return (default: 50) |
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. |