Skip to main content
Glama

mcp-jira-stdio

jira_get_project_info

Retrieve comprehensive project details from Jira including components, versions, issue types, roles, and insights for better project management and analysis.

Instructions

Retrieves detailed information about a project (components, versions, issue types, roles, insights). More comprehensive than the basic project list.

Input Schema

NameRequiredDescriptionDefault
expandNoAdditional project details to include (e.g., ["description", "lead", "issueTypes", "versions"])
projectKeyYesProject key to get detailed information for

Input Schema (JSON Schema)

{ "properties": { "expand": { "default": [], "description": "Additional project details to include (e.g., [\"description\", \"lead\", \"issueTypes\", \"versions\"])", "items": { "type": "string" }, "type": "array" }, "projectKey": { "description": "Project key to get detailed information for", "type": "string" } }, "required": [ "projectKey" ], "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/freema/mcp-jira-stdio'

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