MCP Libraries
mcp-jira-stdioTools Reference

jira_get_project_info

Get detailed information about a specific project

jira_get_project_info

Retrieves detailed information about a project including components, versions, roles, and insights.

Parameters

ParameterTypeRequiredDescription
projectKeyOrIdstringYesProject key (e.g., "PROJ") or project ID

Example

{
  "tool": "jira_get_project_info",
  "arguments": {
    "projectKeyOrId": "PROJ"
  }
}

Response

Returns detailed project information:

  • id - Project ID
  • key - Project key
  • name - Project name
  • description - Project description
  • lead - Project lead details
  • components - Project components
  • versions - Project versions
  • roles - Available roles
  • issueTypes - Available issue types for this project

On this page