Skip to main content
Glama

JIRA MCP Server

sprint-tools.config.ts696 B
/** * Sprint Tools Configuration * * Defines configuration for all sprint-related JIRA tools */ import type { ToolConfig, ToolHandler } from "../types"; import { getSprintsParamsSchema } from "../../sprints"; /** * Sprint tools configuration factory * * Creates tool configurations for all sprint-related tools */ export function createSprintToolsConfig(tools: { jira_get_sprints: ToolHandler; }): ToolConfig[] { return [ { name: "jira_get_sprints", description: "Get all sprints for a specific JIRA board with filtering by state", params: getSprintsParamsSchema.shape, handler: tools.jira_get_sprints.handle.bind(tools.jira_get_sprints), }, ]; }

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