Skip to main content
Glama
halim-23

Jira & Confluence MCP Server

by halim-23

jira_update_sprint

Update a Jira sprint's name, goal, dates, or change its state to active, closed, or future.

Instructions

Update a sprint (name, goal, dates, or state). Use state='active' to start, state='closed' to complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoNew goal
nameNoNew name
stateNoNew state
end_dateNoEnd date (ISO 8601)
sprint_idYesSprint ID
start_dateNoStart date (ISO 8601)
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It states that the tool updates a sprint, but does not disclose side effects (e.g., how state changes affect issues, permission requirements, whether updates are additive or replace existing values). It is not misleading but lacks depth.

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 only two sentences, front-loaded with the purpose, and contains no wasted words. Every part is informative.

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?

For a tool with 6 parameters and no output schema, the description covers the major updatable fields and provides state usage hints. It does not mention return value, but for a simple update, the response is typically a success indicator or updated object. Slightly incomplete but adequate.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by giving specific usage context for the state parameter ('active' to start, 'closed' to complete'), which goes beyond the schema's simple description of permissible values.

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 verb 'Update' and the resource 'sprint', and lists updatable fields (name, goal, dates, or state). It differentiates from sibling tools like jira_create_sprint and jira_get_sprint.

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 explicit usage guidance for the state parameter: 'Use state='active' to start, state='closed' to complete.' This helps the agent understand when to use specific values. However, it does not explicitly state when not to use this tool or mention alternatives.

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/halim-23/jira-mcp-server'

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