Skip to main content
Glama

Tempo Filler MCP Server

Official
by TRANZACT

get_worklogs

Retrieve time tracking worklogs from JIRA Tempo for a specified date range, optionally filtered by issue key, to review logged hours and activities.

Instructions

Retrieve worklogs for authenticated user and date range

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in YYYY-MM-DD format (optional, defaults to startDate)
issueKeyNoOptional filter by specific issue key (e.g., PROJ-1234)
startDateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in YYYY-MM-DD format (optional, defaults to startDate)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "issueKey": { "description": "Optional filter by specific 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": [ "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