Skip to main content
List all accessible Jira projects

Tool details

FieldValue
Namejira__list_projects
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from accessible-resources"
    },
    "query": {
      "type": "string",
      "description": "Search text for project name or key"
    },
    "maxResults": {
      "type": "number",
      "description": "Maximum projects to return"
    },
    "startAt": {
      "type": "number",
      "description": "Pagination offset"
    }
  },
  "required": [
    "cloudId"
  ],
  "description": "Input schema for the jira__list_projects tool."
}

Output schema

This tool does not publish an output schema.