Skip to main content
Glama

Tempo Filler MCP Server

Official
by TRANZACT

post_worklog

Log work hours in JIRA Tempo by creating new time entries with issue keys, hours worked, dates, and optional descriptions for accurate time tracking.

Instructions

Create a new worklog entry

Input Schema

NameRequiredDescriptionDefault
billableNoWhether the time is billable (default: true)
descriptionNoWork description (optional)
endDateNoEnd date in YYYY-MM-DD format (optional, defaults to startDate)
hoursYesHours worked (decimal)
issueKeyYesJIRA issue key (e.g., PROJ-1234)
startDateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "billable": { "description": "Whether the time is billable (default: true)", "type": "boolean" }, "description": { "description": "Work description (optional)", "type": "string" }, "endDate": { "description": "End date in YYYY-MM-DD format (optional, defaults to startDate)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "hours": { "description": "Hours worked (decimal)", "maximum": 24, "minimum": 0.1, "type": "number" }, "issueKey": { "description": "JIRA issue key (e.g., PROJ-1234)", "type": "string" }, "startDate": { "description": "Start date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "issueKey", "hours", "startDate" ], "type": "object" }

Other Tools from Tempo Filler MCP Server

Related Tools

    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