Skip to main content
Glama
MikeAtPinnacle

jira-worklog-mcp

Add a Jira worklog

add_worklog

Record time spent on a Jira issue by providing the issue key and duration in seconds. Optionally set the start time and add a comment.

Instructions

Log work against a Jira issue (POST worklog). issue_key is the ticket (e.g. LEGLINK-142), time_spent_seconds is the duration, started defaults to now (RFC3339; normalized to Jira's required format), and comment is optional. Jira records time at minute granularity (minimum 60s).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoOptional worklog comment (plain text; stored as ADF).
startedNoWhen the work started, RFC3339. Default: now.
issue_keyYesJira issue key, e.g. LEGLINK-142.
time_spent_secondsYesWorklog duration in seconds.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate mutation (readOnlyHint=false, destructiveHint=false). The description adds behavioral details: Jira's minute granularity (minimum 60s), default for 'started', and normalization to Jira format, which go beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences with front-loaded purpose. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is thorough for a simple mutation tool, but lacks information about return value or confirmation (no output schema). However, annotations and schema cover safety and parameters well.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description enriches parameter meaning: explains issue_key format, time_spent_seconds as duration, started default and normalization, comment as optional. Adds constraints (minimum 60s) not in schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (log work via POST) and resource (Jira issue), with specific parameter examples. It is distinct from sibling tools 'list_worklogs' (read) and 'whoami' (user info).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for use (logging work on an issue), but does not explicitly mention when not to use it or suggest alternatives, leaving some gap in guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/MikeAtPinnacle/jira-worklog-mcp'

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