Skip to main content
Glama

JIRA MCP Server

jira_get_boards

Retrieve accessible JIRA boards with customizable filtering by type, project, and name to streamline project management and task organization.

Instructions

Get all accessible JIRA boards with filtering by type, project, and name

Input Schema

NameRequiredDescriptionDefault
accountIdLocationNo
expandNo
filterIdNo
includePrivateNo
maxResultsNo
nameNo
negateLocationFilteringNo
orderByNo
projectKeyOrIdNo
projectLocationNo
startAtNo
typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountIdLocation": { "minLength": 1, "type": "string" }, "expand": { "enum": [ "admins", "permissions" ], "type": "string" }, "filterId": { "minLength": 1, "type": "string" }, "includePrivate": { "type": "boolean" }, "maxResults": { "default": 50, "maximum": 50, "minimum": 1, "type": "integer" }, "name": { "minLength": 1, "type": "string" }, "negateLocationFiltering": { "type": "boolean" }, "orderBy": { "enum": [ "name", "type" ], "type": "string" }, "projectKeyOrId": { "minLength": 1, "type": "string" }, "projectLocation": { "minLength": 1, "type": "string" }, "startAt": { "default": 0, "minimum": 0, "type": "integer" }, "type": { "enum": [ "scrum", "kanban", "simple" ], "type": "string" } }, "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