| List Atlassian Sites | Read | List Atlassian cloud sites/resources the OAuth token can access; use the returned id as cloudId for Jira and Confluence tools |
| List Projects | Read | List all accessible Jira projects |
| Get Project | Read | Get detailed information about a Jira project |
| Search Issues | Read | Search Jira issues using JQL (Jira Query Language) |
| Get Issue | Read | Get detailed information about a specific Jira issue |
| Create Issue | Write | Create a new Jira issue in a project |
| Update Issue | Write | Update an existing Jira issue (status, fields, etc.) |
| List Comments | Read | List comments on a Jira issue |
| Add Comment | Write | Add a comment to a Jira issue |
| Get Transitions | Read | List available workflow transitions for a Jira issue |
| Transition Issue | Write | Move a Jira issue to a new workflow status. First call get_transitions to get valid transition IDs, then pass the ID here. |
| Search Users | Read | Search Jira users by name or email to find the accountId needed for assigning issues |