Skip to main content
Glama
TRANZACT

Tempo Filler MCP Server

Official
by TRANZACT

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEMPO_PATYesPersonal Access Token for authentication
TEMPO_BASE_URLYesYour JIRA instance URL (e.g., https://jira.company.com)
TEMPO_DEFAULT_HOURSNoDefault hours per workday (default: 8)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_worklogsB

Retrieve worklogs for authenticated user and date range

post_worklogA

Create a new worklog entry. For better results, consider using get_schedule first to verify working days and expected hours.

bulk_post_worklogsA

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_worklogC

Delete an existing worklog entry

get_scheduleA

Retrieve work schedule for authenticated user and date range

Prompts

Interactive templates invoked by user choice

NameDescription
worklog_summaryGenerate a prompt for analyzing worklog data
schedule_aware_bulk_entryGuide AI assistants through schedule-first bulk worklog creation

Resources

Contextual data attached and managed by the client

NameDescription
Recent IssuesRecently used issue keys for quick reference
Schedule Calendar UIVisual calendar view for get_schedule tool results
Worklogs Timesheet UIVisual timesheet grid for get_worklogs tool results

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TRANZACT/tempo-filler-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server