Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
jira__list_projects
{ "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." }