Skip to main content
Glama

confluence-mcp

get_current_sprint

Retrieve the active sprint and its associated issues for a specified Jira board using the board ID. Include issues in the response as needed.

Instructions

Get current active sprint from a board with its issues

Input Schema

NameRequiredDescriptionDefault
boardIdYesJira board ID
includeIssuesNoWhether to include sprint issues in the response

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Jira board ID", "type": "string" }, "includeIssues": { "default": true, "description": "Whether to include sprint issues in the response", "type": "boolean" } }, "required": [ "boardId" ], "type": "object" }

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/zereight/confluence-mcp'

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