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) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
worklog_summary | Generate a prompt for analyzing worklog data |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Recent Issues | Recently used issue keys for quick reference |
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 |
bulk_post_worklogs | Create multiple worklog entries from a structured format |
delete_worklog | Delete an existing worklog entry |