Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMPO_PAT | Yes | Personal Access Token for authentication | |
| TEMPO_BASE_URL | Yes | Your JIRA instance URL (e.g., https://jira.company.com) | |
| TEMPO_DEFAULT_HOURS | No | Default hours per workday (default: 8) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_worklogs | Retrieve worklogs for authenticated user and date range |
| post_worklog | Create a new worklog entry. For better results, consider using get_schedule first to verify working days and expected hours. |
| bulk_post_worklogs | Create multiple worklog entries from a structured format. RECOMMENDED: Use get_schedule first to identify working days and avoid logging time on non-working days. |
| delete_worklog | Delete an existing worklog entry |
| get_schedule | Retrieve work schedule for authenticated user and date range |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| worklog_summary | Generate a prompt for analyzing worklog data |
| schedule_aware_bulk_entry | Guide AI assistants through schedule-first bulk worklog creation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Recent Issues | Recently used issue keys for quick reference |