Skip to main content
Glama

jira_worklog

List, add, update, and delete worklogs on Jira issues. Supports adjusting remaining estimates.

Instructions

List, add, update, and delete worklogs on an issue. Supports remaining-estimate adjustment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdOrKeyNo
startAtNo
maxResultsNo
startedAfterNoISO 8601 timestamp
startedBeforeNo
expandNo
timeSpentNo
timeSpentSecondsNo
commentNo
startedNo
visibilityNo
adjustEstimateNo
newEstimateNo
reduceByNo
worklogIdNo
increaseByNo
actionYes
fullNoIf true, skip the summary projection and return the raw Jira API response.
Behavior4/5

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

No annotations exist, so the description carries full behavioral disclosure burden. It explains remaining-estimate adjustment and the behavior of the `full` parameter (summary projection on reads, rejection on mutations). It does not contradict any annotations.

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

Conciseness3/5

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

The description is verbose and repeats the opening line twice. However, it is well-structured with action-specific bullet points and front-loads the core purpose. Some trimming could improve conciseness.

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?

Given 18 parameters, no output schema, and low schema coverage, the description provides good action-specific parameter grouping and explains key behavior like `full`. However, it lacks details on output structure and pagination for the list action, leaving some gaps in completeness.

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 only 11%, so the description must compensate. While it groups parameters per action and explains the `full` parameter, many parameters (e.g., startAt, maxResults, startedAfter) receive no individual explanation beyond being listed. The `timeSpent` schema description provides an example but the main description does not expand on it. This leaves gaps for a high-parameter tool.

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 it lists, adds, updates, and deletes worklogs on an issue, which is specific and distinguishes from sibling Jira tools that handle other resources.

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

Usage Guidelines5/5

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

The description provides explicit guidance for each action (list, add, update, delete), listing required and optional parameters, and explains when to use the `full` parameter. It also notes that mutation actions reject `full: true`, giving clear usage boundaries.

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/criblio/ultra-jira-mcp'

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