Skip to main content
Glama
panitw

jira-pm-mcp

by panitw

sync_sprint_tasks

Aligns blocking task priorities and sprint labels with user stories in a JIRA sprint, upgrading task priorities and adding missing sprint labels while excluding tasks containing SIT or UAT.

Instructions

Sync blocking task priorities and sprint labels to match user stories in a sprint. For each story in the sprint, finds all blocking Tasks and: (1) upgrades task priority if lower than the story priority, (2) adds the sprint label if missing. Excludes tasks with "SIT" or "UAT" in their summary. Supports resumable execution via a temp state file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprint_nameYesfixVersion name identifying the sprint (e.g. "SIT-20/03/2026")
project_keysYesList of JIRA project keys to search for stories
Behavior4/5

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

With no annotations provided, the description discloses key behaviors: it modifies priorities (upgrades if lower), adds sprint labels, excludes tasks with 'SIT' or 'UAT', and supports resumable execution via a temp state file. This provides good transparency, though it could mention potential side effects or error handling.

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 three sentences long, each earning its place: purpose, action details, exclusion and resumability. It is front-loaded with the primary goal and efficient.

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 the tool's complexity (multi-step sync, no output schema, no annotations), the description covers the main behaviors, exclusions, and resumable execution. It is mostly complete, though missing details on error handling or idempotency.

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?

The input schema already describes both parameters with 100% coverage (sprint_name as fixVersion name, project_keys as JIRA project keys). The description adds overall context but does not provide additional parameter-level detail beyond the schema, so baseline 3 is appropriate.

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 tool's purpose with a specific verb and resource: 'Sync blocking task priorities and sprint labels to match user stories in a sprint.' It details the actions (upgrade priority, add label) and exclusions, making the purpose unambiguous and distinct from sibling tools.

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 explains the context (syncing tasks within a sprint) and what the tool does step-by-step, but it does not explicitly state when to use this tool versus alternatives like run_sprint_audit or search_issues. The usage is implied but not contrasted with siblings.

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

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