Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_workflows_publish_scheme_draft

Publish a workflow scheme draft to apply changes live. Optionally remap statuses for issues on removed statuses or validate first.

Instructions

Publish a workflow scheme draft, making its changes live.

If the draft removes statuses that issues currently sit on, Jira requires status_mappings to relocate those issues. Returns: {success, scheme_id, validated_only} or validation result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheme_idYesWorkflow scheme ID whose draft to publish
status_mappingsNoStatus remappings for issues on removed statuses: [{'issueTypeId': '10001', 'statusId': '3', 'newStatusId': '1'}]. Omit if no statuses were removed.
validate_onlyNoTrue returns validation results without publishing

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations only set readOnlyHint=false, so description adds that publishing makes changes live. Also discloses that removing statuses requires mappings. No contradictions, but could mention more about permissions or side effects.

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?

Three sentences: main action, condition, return format. No wasted words. Front-loaded with verb.

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

Completeness5/5

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

Covers the essential: action, conditional param, validation mode, and return structure. Output schema exists, so return field details not needed. Complete for agent decision-making.

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?

All 3 parameters are documented in schema (100% coverage). Description adds context: explains why status_mappings is needed (relocate issues) and that validate_only returns validation. Example in schema is helpful.

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?

Clear verb+resource: 'Publish a workflow scheme draft, making its changes live.' Distinguishes from sibling tools like jira_workflows_create_scheme_draft. Also mentions return shape.

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?

States when to use (publish a draft) and condition requiring status_mappings. Implicitly distinguishes from other workflow tools, but lacks explicit when-not-to-use or 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/its-qusai-nasr/jira-admin-mcp'

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