Skip to main content
Glama

JIRA MCP Server

jira_get_sprints

Retrieve all sprints for a specific JIRA board, filtered by state (future, active, closed), with options to paginate results for efficient sprint management.

Instructions

Get all sprints for a specific JIRA board with filtering by state

Input Schema

NameRequiredDescriptionDefault
boardIdYes
maxResultsNo
startAtNo
stateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "minimum": 1, "type": "integer" }, "maxResults": { "default": 50, "maximum": 50, "minimum": 1, "type": "integer" }, "startAt": { "default": 0, "minimum": 0, "type": "integer" }, "state": { "enum": [ "future", "active", "closed" ], "type": "string" } }, "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/Dsazz/mcp-jira'

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