Skip to main content
Glama
raalarcon9705

raalarcon-jira-mcp-server

update_sprint

Modify Jira sprint details including name, dates, goal, and state. Update specific fields for active or future sprints, or adjust name and goal for completed sprints.

Instructions

Update sprint information (name, dates, goal, state). Only provided fields will be updated. For closed sprints, only name and goal can be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprintIdYesID of the sprint to update.
nameNoNew name for the sprint.
startDateNoNew start date (ISO 8601 format).
endDateNoNew end date (ISO 8601 format).
goalNoNew goal or objective for the sprint.
stateNoNew state: "future" for upcoming, "active" to start, "closed" to complete.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: partial updates ('Only provided fields will be updated') and state-dependent restrictions ('For closed sprints, only name and goal can be updated'). However, it lacks information on permissions, error conditions, or what the response looks like, leaving gaps for a mutation tool.

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?

The description is two concise sentences with zero waste. The first sentence states the purpose and scope, while the second adds critical behavioral constraints. Every word earns its place, making it easy to parse.

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

Completeness3/5

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

For a mutation tool with no annotations and no output schema, the description provides essential constraints but lacks completeness. It doesn't cover error handling, authentication needs, or return values, which are important for safe usage. The partial update and state restrictions are helpful but insufficient for full context.

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%, providing full parameter documentation. The description adds minimal value beyond the schema by implying partial updates and state restrictions, but doesn't explain parameter interactions or provide additional semantics. Baseline 3 is appropriate given high schema coverage.

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

Purpose4/5

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

The description clearly states the action ('Update') and resource ('sprint information') with specific fields listed (name, dates, goal, state). It distinguishes from siblings like create_sprint or close_sprint by focusing on updates, though it doesn't explicitly compare to them.

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

Usage Guidelines3/5

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

The description provides implied usage guidance through constraints ('Only provided fields will be updated' and restrictions for closed sprints), but it doesn't explicitly state when to use this tool versus alternatives like update_issue or when not to use it. No sibling tool comparisons are made.

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

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