Skip to main content
Glama

JIRA MCP Server

board-tools.config.ts691 B
/** * Board Tools Configuration * * Defines configuration for all board-related JIRA tools */ import type { ToolConfig, ToolHandler } from "../types"; import { getBoardsParamsSchema } from "../../boards"; /** * Board tools configuration factory * * Creates tool configurations for all board-related tools */ export function createBoardToolsConfig(tools: { jira_get_boards: ToolHandler; }): ToolConfig[] { return [ { name: "jira_get_boards", description: "Get all accessible JIRA boards with filtering by type, project, and name", params: getBoardsParamsSchema.shape, handler: tools.jira_get_boards.handle.bind(tools.jira_get_boards), }, ]; }

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