Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List all accessible Jira projects
| Field | Value |
|---|---|
| Name | jira__list_projects |
| Group | Integrations |
{
"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."
}