Jira MCP Server

list_projects

List all the projects on Jira on the api /rest/api/3/project

Input Schema

NameRequiredDescriptionDefault
number_of_resultsNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "number_of_results": { "default": 1, "description": "Number of results to return", "type": "integer" } }, "type": "object" }