capabilities · what this server can do
24 tools detected·auth: API key
high risk● active ○ not requested · hover each badge for details
○ fs read○ fs write● network● exec○ eval● secrets
why high risk: network + exec + secrets active — can execute code, access credentials, and make external network calls.
- get_projects— List all Jira projects accessible to the authenticated user
- get_issue_types— Get all available issue types for a specific project
- create_issue— Create a new Jira issue with full field support and Markdown descriptions
- get_issue— Get details of a specific issue by key (token-optimized response)
- update_issue— Update an existing issue's fields
+19 more tools
- ⚠ delete_issue— Delete an issue and optionally its subtasks
- create_comment— Add a comment to an issue (supports Markdown, auto-converted to ADF)
- get_comments— Get all comments for an issue with pagination
- update_comment— Update an existing comment
- ⚠ delete_comment— Delete a comment from an issue
- get_transitions— Get available workflow transitions for an issue
- transition_issue— Move an issue to a different workflow state
- assign_issue— Assign an issue to a user
- get_users— Search for users in the Jira instance
- get_current_user— Get information about the authenticated user
- get_agile_boards— List all agile boards (scrum and kanban)
- get_sprints— Get all sprints for a board, filterable by state
- create_sprint— Create a new sprint on a board
- update_sprint— Update sprint name, dates, goal, or state
- close_sprint— Close and complete an active sprint
- ⚠ delete_sprint— Delete a sprint (open issues moved to backlog)
- move_issue_to_sprint— Move an issue into a specific sprint
- get_sprint_issues— Get all issues assigned to a sprint
- query_wiki— Access Confluence pages by URL code with HTML-to-text conversion