Skip to main content
Glama

JIRA MCP Server

jira_get_projects

Retrieve and filter all accessible JIRA projects using advanced search, sorting, and pagination features to streamline project management and access.

Instructions

Get all accessible JIRA projects with filtering and search capabilities

Input Schema

NameRequiredDescriptionDefault
categoryIdNo
expandNo
maxResultsNo
orderByNo
propertiesNo
recentNo
searchQueryNo
startAtNo
typeKeyNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "minimum": 1, "type": "integer" }, "expand": { "items": { "enum": [ "description", "lead", "issueTypes", "url", "projectKeys", "permissions", "insight" ], "type": "string" }, "type": "array" }, "maxResults": { "default": 50, "maximum": 50, "minimum": 1, "type": "integer" }, "orderBy": { "enum": [ "category", "key", "name", "owner", "issueCount" ], "type": "string" }, "properties": { "items": { "minLength": 1, "type": "string" }, "type": "array" }, "recent": { "maximum": 20, "minimum": 1, "type": "integer" }, "searchQuery": { "minLength": 1, "type": "string" }, "startAt": { "default": 0, "minimum": 0, "type": "integer" }, "typeKey": { "enum": [ "software", "service_desk", "business" ], "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