Skip to main content
Glama
pascalhubacher

Jira Cloud MCP Server

add_worklog

Log time spent on a Jira issue by creating a worklog with comments, time estimates, and notifications. Update issue remaining estimates automatically or manually.

Instructions

Add worklog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (JSON object)
expandNoUse [expand](#expansion) to include additional information about work logs in the response. This parameter accepts `prop
reduceByNoThe amount to reduce the issue's remaining estimate by, as days (\#d), hours (\#h), or minutes (\#m). For example, *2d*.
newEstimateNoThe value to set as the issue's remaining time estimate, as days (\#d), hours (\#h), or minutes (\#m or \#). For example
notifyUsersNoWhether users watching the issue are notified by email.
issueIdOrKeyYesThe ID or key the issue.
adjustEstimateNoDefines how to update the issue's time estimate, the options are: * `new` Sets the estimate to a specific value, defiauto
overrideEditableFlagNoWhether the worklog entry should be added to the issue even if the issue is not editable, because jira.issue.editable se

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior1/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It states no side effects, permissions, notification behavior, estimate-adjustment implications, or response semantics. The only behavioral signal is the verb 'Add', which is already obvious from the tool name.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than effective conciseness. Every other dimension suffers from the absence of detail, and the two-word description does not earn its place by conveying any useful information beyond the tool name.

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

Completeness1/5

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

For a tool with 8 parameters, a nested body object, no annotations, no output schema, and many closely related siblings, this description is completely inadequate. An agent cannot determine the required body format, the meaning of worklog fields, or how the operation affects the issue's time estimate from this definition.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3 even though the description adds no parameter information. The schema provides descriptions for most top-level parameters, though some are truncated and the nested 'body' object's fields lack individual descriptions. The tool description itself adds no semantic value beyond the schema.

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

Purpose2/5

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

The description 'Add worklog' simply restates the tool name 'add_worklog' without explaining what a worklog is, what it records, or how it relates to an issue. It is a tautology rather than a meaningful definition, and it provides no distinction from sibling worklog tools like update_worklog or get_issue_worklog.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as add_comment, update_worklog, or get_issue_worklog. There is no mention of prerequisites, required issue context, or typical use cases, leaving the agent to infer entirely from the tool name and schema.

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

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/pascalhubacher/jira'

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