naftiko: 1.0.0-alpha2 info: label: Atlassian Bit Bucket Repositories API — Lists description: 'Atlassian Bit Bucket Repositories API — Lists. 50 operations. Lead operation: Atlassian List Repositories in Workspace. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Lists created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: bitbucket-repositories-lists baseUri: https://api.bitbucket.org/2.0 description: Atlassian Bit Bucket Repositories API — Lists business capability. Self-contained, no shared references. resources: - name: repositories-workspace path: /repositories/{workspace} operations: - name: listrepositoriesinworkspace method: GET description: Atlassian List Repositories in Workspace outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: role in: query type: string description: Filters the result based on the authenticated user's role on each repository. - name: q in: query type: string description: Query string to narrow down the response as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). - name: sort in: query type: string description: Field by which the results should be sorted as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). - name: repositories-workspace-repo_slug-branch-restrictions path: /repositories/{workspace}/{repo_slug}/branch-restrictions operations: - name: listbranchrestrictions method: GET description: Atlassian List Branch Restrictions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: kind in: query type: string description: Branch restrictions of this type - name: pattern in: query type: string description: Branch restrictions applied to branches of this pattern - name: repositories-workspace-repo_slug-commit-commit-comments path: /repositories/{workspace}/{repo_slug}/commit/{commit}/comments operations: - name: listcommitscomments method: GET description: Atlassian List Commits Comments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-commit-commit-pullrequests path: /repositories/{workspace}/{repo_slug}/commit/{commit}/pullrequests operations: - name: listpullrequeststhatcontaincommit method: GET description: Atlassian List Pull Requests That Contain Commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces required: true - name: repo_slug in: path type: string description: The repository; either the UUID in curly braces, or the slug required: true - name: commit in: path type: string description: The SHA1 of the commit required: true - name: page in: query type: integer description: Which page to retrieve - name: pagelen in: query type: integer description: How many pull requests to retrieve per page - name: repositories-workspace-repo_slug-commit-commit-reports path: /repositories/{workspace}/{repo_slug}/commit/{commit}/reports operations: - name: listreports method: GET description: Atlassian List Reports outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: commit in: path type: string description: The commit for which to retrieve reports. required: true - name: repositories-workspace-repo_slug-commit-commit-reports-reportId-annotations path: /repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations operations: - name: listannotations method: GET description: Atlassian List Annotations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: commit in: path type: string description: The commit for which to retrieve reports. required: true - name: reportId in: path type: string description: Uuid or external-if of the report for which to get annotations for. required: true - name: repositories-workspace-repo_slug-commit-commit-statuses path: /repositories/{workspace}/{repo_slug}/commit/{commit}/statuses operations: - name: listcommitstatusesforcommit method: GET description: Atlassian List Commit Statuses for Commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-commits path: /repositories/{workspace}/{repo_slug}/commits operations: - name: listcommits method: GET description: Atlassian List Commits outputRawFormat: json outputParameters: - name: result type: object value: $. - name: listcommitswithincludeexclude method: POST description: Atlassian List Commits With Include/exclude outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-commits-revision path: /repositories/{workspace}/{repo_slug}/commits/{revision} operations: - name: listcommitsforrevision method: GET description: Atlassian List Commits for Revision outputRawFormat: json outputParameters: - name: result type: object value: $. - name: listcommitsforrevisionusingincludeexclude method: POST description: Atlassian List Commits for Revision Using Include/exclude outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-components path: /repositories/{workspace}/{repo_slug}/components operations: - name: listcomponents method: GET description: Atlassian List Components outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-default-reviewers path: /repositories/{workspace}/{repo_slug}/default-reviewers operations: - name: listdefaultreviewers method: GET description: Atlassian List Default Reviewers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-deploy-keys path: /repositories/{workspace}/{repo_slug}/deploy-keys operations: - name: listrepositorydeploykeys method: GET description: Atlassian List Repository Deploy Keys outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-deployments path: /repositories/{workspace}/{repo_slug}/deployments operations: - name: listdeployments method: GET description: Atlassian List Deployments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-deployments_config-environments-environment_uui path: /repositories/{workspace}/{repo_slug}/deployments_config/environments/{environment_uuid}/variables operations: - name: listvariablesforanenvironment method: GET description: Atlassian List Variables for an Environment outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: environment_uuid in: path type: string description: The environment. required: true - name: repositories-workspace-repo_slug-downloads path: /repositories/{workspace}/{repo_slug}/downloads operations: - name: listdownloadartifacts method: GET description: Atlassian List Download Artifacts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-effective-default-reviewers path: /repositories/{workspace}/{repo_slug}/effective-default-reviewers operations: - name: listeffectivedefaultreviewers method: GET description: Atlassian List Effective Default Reviewers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-environments path: /repositories/{workspace}/{repo_slug}/environments operations: - name: listenvironments method: GET description: Atlassian List Environments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-filehistory-commit-path path: /repositories/{workspace}/{repo_slug}/filehistory/{commit}/{path} operations: - name: listcommitsthatmodifiedfile method: GET description: Atlassian List Commits That Modified File outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: renames in: query type: string description: When `true`, Bitbucket will follow the history of the file across - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Name of a response property sort the result by as per - name: repositories-workspace-repo_slug-forks path: /repositories/{workspace}/{repo_slug}/forks operations: - name: listrepositoryforks method: GET description: Atlassian List Repository Forks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: role in: query type: string description: Filters the result based on the authenticated user's role on each repository. - name: q in: query type: string description: Query string to narrow down the response as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). - name: sort in: query type: string description: Field by which the results should be sorted as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). - name: repositories-workspace-repo_slug-hooks path: /repositories/{workspace}/{repo_slug}/hooks operations: - name: listwebhooksforrepository method: GET description: Atlassian List Webhooks for Repository outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-issues path: /repositories/{workspace}/{repo_slug}/issues operations: - name: listissues method: GET description: Atlassian List Issues outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-issues-issue_id-attachments path: /repositories/{workspace}/{repo_slug}/issues/{issue_id}/attachments operations: - name: listattachmentsforanissue method: GET description: Atlassian List Attachments for an Issue outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-issues-issue_id-changes path: /repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes operations: - name: listchangesonanissue method: GET description: Atlassian List Changes on an Issue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response. See - name: sort in: query type: string description: Name of a response property to sort results. See - name: repositories-workspace-repo_slug-issues-issue_id-comments path: /repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments operations: - name: listcommentsonanissue method: GET description: Atlassian List Comments on an Issue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: repositories-workspace-repo_slug-milestones path: /repositories/{workspace}/{repo_slug}/milestones operations: - name: listmilestones method: GET description: Atlassian List Milestones outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-permissions-config-groups path: /repositories/{workspace}/{repo_slug}/permissions-config/groups operations: - name: listexplicitgrouppermissionsforrepository method: GET description: Atlassian List Explicit Group Permissions for Repository outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-permissions-config-users path: /repositories/{workspace}/{repo_slug}/permissions-config/users operations: - name: listexplicituserpermissionsforrepository method: GET description: Atlassian List Explicit User Permissions for Repository outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pipelines path: /repositories/{workspace}/{repo_slug}/pipelines operations: - name: listpipelines method: GET description: Atlassian List Pipelines outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-pipelines-config-caches path: /repositories/{workspace}/{repo_slug}/pipelines-config/caches operations: - name: listcaches method: GET description: Atlassian List Caches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: The account. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-pipelines-pipeline_uuid-steps path: /repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps operations: - name: liststepsforpipeline method: GET description: Atlassian List Steps for Pipeline outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: pipeline_uuid in: path type: string description: The UUID of the pipeline. required: true - name: repositories-workspace-repo_slug-pipelines_config-schedules path: /repositories/{workspace}/{repo_slug}/pipelines_config/schedules operations: - name: listschedules method: GET description: Atlassian List Schedules outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-pipelines_config-schedules-schedule_uuid-execut path: /repositories/{workspace}/{repo_slug}/pipelines_config/schedules/{schedule_uuid}/executions operations: - name: listexecutionsofschedule method: GET description: Atlassian List Executions of Schedule outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: schedule_uuid in: path type: string description: The uuid of the schedule. required: true - name: repositories-workspace-repo_slug-pipelines_config-ssh-known_hosts path: /repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts operations: - name: listknownhosts method: GET description: Atlassian List Known Hosts outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-pipelines_config-variables path: /repositories/{workspace}/{repo_slug}/pipelines_config/variables operations: - name: listvariablesforrepository method: GET description: Atlassian List Variables for Repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspace in: path type: string description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example `{workspace UUID}`. required: true - name: repo_slug in: path type: string description: The repository. required: true - name: repositories-workspace-repo_slug-pullrequests path: /repositories/{workspace}/{repo_slug}/pullrequests operations: - name: listpullrequests method: GET description: Atlassian List Pull Requests outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: state in: query type: string description: Only return pull requests that are in this state. This parameter can be repeated. - name: repositories-workspace-repo_slug-pullrequests-activity path: /repositories/{workspace}/{repo_slug}/pullrequests/activity operations: - name: listpullrequestactivitylog method: GET description: Atlassian List Pull Request Activity Log outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-activity path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/activity operations: - name: listpullrequestactivitylog method: GET description: Atlassian List Pull Request Activity Log outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-comments path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/comments operations: - name: listcommentsonpullrequest method: GET description: Atlassian List Comments on Pull Request outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-commits path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/commits operations: - name: listcommitsonpullrequest method: GET description: Atlassian List Commits on Pull Request outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-diff path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/diff operations: - name: listchangesinpullrequest method: GET description: Atlassian List Changes in Pull Request outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-statuses path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/statuses operations: - name: listcommitstatusesforpullrequest method: GET description: Atlassian List Commit Statuses for Pull Request outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-pullrequests-pull_request_id-tasks path: /repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks operations: - name: listtasksonpullrequest method: GET description: Atlassian List Tasks on Pull Request outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response. See - name: sort in: query type: string description: Field by which the results should be sorted as per - name: pagelen in: query type: integer description: Current number of objects on the existing page. - name: repositories-workspace-repo_slug-refs path: /repositories/{workspace}/{repo_slug}/refs operations: - name: listbranchesandtags method: GET description: Atlassian List Branches and Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-refs-branches path: /repositories/{workspace}/{repo_slug}/refs/branches operations: - name: listopenbranches method: GET description: Atlassian List Open Branches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-refs-tags path: /repositories/{workspace}/{repo_slug}/refs/tags operations: - name: listtags method: GET description: Atlassian List Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Field by which the results should be sorted as per - name: repositories-workspace-repo_slug-versions path: /repositories/{workspace}/{repo_slug}/versions operations: - name: listdefinedversionsforissues method: GET description: Atlassian List Defined Versions for Issues outputRawFormat: json outputParameters: - name: result type: object value: $. - name: repositories-workspace-repo_slug-watchers path: /repositories/{workspace}/{repo_slug}/watchers operations: - name: listrepositorieswatchers method: GET description: Atlassian List Repositories Watchers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: workspaces-workspace-permissions-repositories-repo_slug path: /workspaces/{workspace}/permissions/repositories/{repo_slug} operations: - name: listrepositorypermissionsforworkspace method: GET description: Atlassian List Repository Permissions for Workspace outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: q in: query type: string description: Query string to narrow down the response as per - name: sort in: query type: string description: Name of a response property sort the result by as per authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: bitbucket-repositories-lists-rest port: 8080 description: REST adapter for Atlassian Bit Bucket Repositories API — Lists. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/repositories/{workspace} name: repositories-workspace description: REST surface for repositories-workspace. operations: - method: GET name: listrepositoriesinworkspace description: Atlassian List Repositories in Workspace call: bitbucket-repositories-lists.listrepositoriesinworkspace with: role: rest.role q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/branch-restrictions name: repositories-workspace-repo-slug-branch-restrictions description: REST surface for repositories-workspace-repo_slug-branch-restrictions. operations: - method: GET name: listbranchrestrictions description: Atlassian List Branch Restrictions call: bitbucket-repositories-lists.listbranchrestrictions with: kind: rest.kind pattern: rest.pattern outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/comments name: repositories-workspace-repo-slug-commit-commit-comments description: REST surface for repositories-workspace-repo_slug-commit-commit-comments. operations: - method: GET name: listcommitscomments description: Atlassian List Commits Comments call: bitbucket-repositories-lists.listcommitscomments with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/pullrequests name: repositories-workspace-repo-slug-commit-commit-pullrequests description: REST surface for repositories-workspace-repo_slug-commit-commit-pullrequests. operations: - method: GET name: listpullrequeststhatcontaincommit description: Atlassian List Pull Requests That Contain Commit call: bitbucket-repositories-lists.listpullrequeststhatcontaincommit with: workspace: rest.workspace repo_slug: rest.repo_slug commit: rest.commit page: rest.page pagelen: rest.pagelen outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/reports name: repositories-workspace-repo-slug-commit-commit-reports description: REST surface for repositories-workspace-repo_slug-commit-commit-reports. operations: - method: GET name: listreports description: Atlassian List Reports call: bitbucket-repositories-lists.listreports with: workspace: rest.workspace repo_slug: rest.repo_slug commit: rest.commit outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/reports/{reportid}/annotations name: repositories-workspace-repo-slug-commit-commit-reports-reportid-annotations description: REST surface for repositories-workspace-repo_slug-commit-commit-reports-reportId-annotations. operations: - method: GET name: listannotations description: Atlassian List Annotations call: bitbucket-repositories-lists.listannotations with: workspace: rest.workspace repo_slug: rest.repo_slug commit: rest.commit reportId: rest.reportId outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/statuses name: repositories-workspace-repo-slug-commit-commit-statuses description: REST surface for repositories-workspace-repo_slug-commit-commit-statuses. operations: - method: GET name: listcommitstatusesforcommit description: Atlassian List Commit Statuses for Commit call: bitbucket-repositories-lists.listcommitstatusesforcommit with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commits name: repositories-workspace-repo-slug-commits description: REST surface for repositories-workspace-repo_slug-commits. operations: - method: GET name: listcommits description: Atlassian List Commits call: bitbucket-repositories-lists.listcommits outputParameters: - type: object mapping: $. - method: POST name: listcommitswithincludeexclude description: Atlassian List Commits With Include/exclude call: bitbucket-repositories-lists.listcommitswithincludeexclude outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/commits/{revision} name: repositories-workspace-repo-slug-commits-revision description: REST surface for repositories-workspace-repo_slug-commits-revision. operations: - method: GET name: listcommitsforrevision description: Atlassian List Commits for Revision call: bitbucket-repositories-lists.listcommitsforrevision outputParameters: - type: object mapping: $. - method: POST name: listcommitsforrevisionusingincludeexclude description: Atlassian List Commits for Revision Using Include/exclude call: bitbucket-repositories-lists.listcommitsforrevisionusingincludeexclude outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/components name: repositories-workspace-repo-slug-components description: REST surface for repositories-workspace-repo_slug-components. operations: - method: GET name: listcomponents description: Atlassian List Components call: bitbucket-repositories-lists.listcomponents outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/default-reviewers name: repositories-workspace-repo-slug-default-reviewers description: REST surface for repositories-workspace-repo_slug-default-reviewers. operations: - method: GET name: listdefaultreviewers description: Atlassian List Default Reviewers call: bitbucket-repositories-lists.listdefaultreviewers outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/deploy-keys name: repositories-workspace-repo-slug-deploy-keys description: REST surface for repositories-workspace-repo_slug-deploy-keys. operations: - method: GET name: listrepositorydeploykeys description: Atlassian List Repository Deploy Keys call: bitbucket-repositories-lists.listrepositorydeploykeys outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/deployments name: repositories-workspace-repo-slug-deployments description: REST surface for repositories-workspace-repo_slug-deployments. operations: - method: GET name: listdeployments description: Atlassian List Deployments call: bitbucket-repositories-lists.listdeployments with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/deployments-config/environments/{environment-uuid}/variables name: repositories-workspace-repo-slug-deployments-config-environments-environment-uui description: REST surface for repositories-workspace-repo_slug-deployments_config-environments-environment_uui. operations: - method: GET name: listvariablesforanenvironment description: Atlassian List Variables for an Environment call: bitbucket-repositories-lists.listvariablesforanenvironment with: workspace: rest.workspace repo_slug: rest.repo_slug environment_uuid: rest.environment_uuid outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/downloads name: repositories-workspace-repo-slug-downloads description: REST surface for repositories-workspace-repo_slug-downloads. operations: - method: GET name: listdownloadartifacts description: Atlassian List Download Artifacts call: bitbucket-repositories-lists.listdownloadartifacts outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/effective-default-reviewers name: repositories-workspace-repo-slug-effective-default-reviewers description: REST surface for repositories-workspace-repo_slug-effective-default-reviewers. operations: - method: GET name: listeffectivedefaultreviewers description: Atlassian List Effective Default Reviewers call: bitbucket-repositories-lists.listeffectivedefaultreviewers outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/environments name: repositories-workspace-repo-slug-environments description: REST surface for repositories-workspace-repo_slug-environments. operations: - method: GET name: listenvironments description: Atlassian List Environments call: bitbucket-repositories-lists.listenvironments with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/filehistory/{commit}/{path} name: repositories-workspace-repo-slug-filehistory-commit-path description: REST surface for repositories-workspace-repo_slug-filehistory-commit-path. operations: - method: GET name: listcommitsthatmodifiedfile description: Atlassian List Commits That Modified File call: bitbucket-repositories-lists.listcommitsthatmodifiedfile with: renames: rest.renames q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/forks name: repositories-workspace-repo-slug-forks description: REST surface for repositories-workspace-repo_slug-forks. operations: - method: GET name: listrepositoryforks description: Atlassian List Repository Forks call: bitbucket-repositories-lists.listrepositoryforks with: role: rest.role q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/hooks name: repositories-workspace-repo-slug-hooks description: REST surface for repositories-workspace-repo_slug-hooks. operations: - method: GET name: listwebhooksforrepository description: Atlassian List Webhooks for Repository call: bitbucket-repositories-lists.listwebhooksforrepository outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/issues name: repositories-workspace-repo-slug-issues description: REST surface for repositories-workspace-repo_slug-issues. operations: - method: GET name: listissues description: Atlassian List Issues call: bitbucket-repositories-lists.listissues outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/issues/{issue-id}/attachments name: repositories-workspace-repo-slug-issues-issue-id-attachments description: REST surface for repositories-workspace-repo_slug-issues-issue_id-attachments. operations: - method: GET name: listattachmentsforanissue description: Atlassian List Attachments for an Issue call: bitbucket-repositories-lists.listattachmentsforanissue outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/issues/{issue-id}/changes name: repositories-workspace-repo-slug-issues-issue-id-changes description: REST surface for repositories-workspace-repo_slug-issues-issue_id-changes. operations: - method: GET name: listchangesonanissue description: Atlassian List Changes on an Issue call: bitbucket-repositories-lists.listchangesonanissue with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/issues/{issue-id}/comments name: repositories-workspace-repo-slug-issues-issue-id-comments description: REST surface for repositories-workspace-repo_slug-issues-issue_id-comments. operations: - method: GET name: listcommentsonanissue description: Atlassian List Comments on an Issue call: bitbucket-repositories-lists.listcommentsonanissue with: q: rest.q outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/milestones name: repositories-workspace-repo-slug-milestones description: REST surface for repositories-workspace-repo_slug-milestones. operations: - method: GET name: listmilestones description: Atlassian List Milestones call: bitbucket-repositories-lists.listmilestones outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/permissions-config/groups name: repositories-workspace-repo-slug-permissions-config-groups description: REST surface for repositories-workspace-repo_slug-permissions-config-groups. operations: - method: GET name: listexplicitgrouppermissionsforrepository description: Atlassian List Explicit Group Permissions for Repository call: bitbucket-repositories-lists.listexplicitgrouppermissionsforrepository outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/permissions-config/users name: repositories-workspace-repo-slug-permissions-config-users description: REST surface for repositories-workspace-repo_slug-permissions-config-users. operations: - method: GET name: listexplicituserpermissionsforrepository description: Atlassian List Explicit User Permissions for Repository call: bitbucket-repositories-lists.listexplicituserpermissionsforrepository outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines name: repositories-workspace-repo-slug-pipelines description: REST surface for repositories-workspace-repo_slug-pipelines. operations: - method: GET name: listpipelines description: Atlassian List Pipelines call: bitbucket-repositories-lists.listpipelines with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines-config/caches name: repositories-workspace-repo-slug-pipelines-config-caches description: REST surface for repositories-workspace-repo_slug-pipelines-config-caches. operations: - method: GET name: listcaches description: Atlassian List Caches call: bitbucket-repositories-lists.listcaches with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines/{pipeline-uuid}/steps name: repositories-workspace-repo-slug-pipelines-pipeline-uuid-steps description: REST surface for repositories-workspace-repo_slug-pipelines-pipeline_uuid-steps. operations: - method: GET name: liststepsforpipeline description: Atlassian List Steps for Pipeline call: bitbucket-repositories-lists.liststepsforpipeline with: workspace: rest.workspace repo_slug: rest.repo_slug pipeline_uuid: rest.pipeline_uuid outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines-config/schedules name: repositories-workspace-repo-slug-pipelines-config-schedules description: REST surface for repositories-workspace-repo_slug-pipelines_config-schedules. operations: - method: GET name: listschedules description: Atlassian List Schedules call: bitbucket-repositories-lists.listschedules with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines-config/schedules/{schedule-uuid}/executions name: repositories-workspace-repo-slug-pipelines-config-schedules-schedule-uuid-execut description: REST surface for repositories-workspace-repo_slug-pipelines_config-schedules-schedule_uuid-execut. operations: - method: GET name: listexecutionsofschedule description: Atlassian List Executions of Schedule call: bitbucket-repositories-lists.listexecutionsofschedule with: workspace: rest.workspace repo_slug: rest.repo_slug schedule_uuid: rest.schedule_uuid outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines-config/ssh/known-hosts name: repositories-workspace-repo-slug-pipelines-config-ssh-known-hosts description: REST surface for repositories-workspace-repo_slug-pipelines_config-ssh-known_hosts. operations: - method: GET name: listknownhosts description: Atlassian List Known Hosts call: bitbucket-repositories-lists.listknownhosts with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pipelines-config/variables name: repositories-workspace-repo-slug-pipelines-config-variables description: REST surface for repositories-workspace-repo_slug-pipelines_config-variables. operations: - method: GET name: listvariablesforrepository description: Atlassian List Variables for Repository call: bitbucket-repositories-lists.listvariablesforrepository with: workspace: rest.workspace repo_slug: rest.repo_slug outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests name: repositories-workspace-repo-slug-pullrequests description: REST surface for repositories-workspace-repo_slug-pullrequests. operations: - method: GET name: listpullrequests description: Atlassian List Pull Requests call: bitbucket-repositories-lists.listpullrequests with: state: rest.state outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/activity name: repositories-workspace-repo-slug-pullrequests-activity description: REST surface for repositories-workspace-repo_slug-pullrequests-activity. operations: - method: GET name: listpullrequestactivitylog description: Atlassian List Pull Request Activity Log call: bitbucket-repositories-lists.listpullrequestactivitylog outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/activity name: repositories-workspace-repo-slug-pullrequests-pull-request-id-activity description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-activity. operations: - method: GET name: listpullrequestactivitylog description: Atlassian List Pull Request Activity Log call: bitbucket-repositories-lists.listpullrequestactivitylog outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/comments name: repositories-workspace-repo-slug-pullrequests-pull-request-id-comments description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-comments. operations: - method: GET name: listcommentsonpullrequest description: Atlassian List Comments on Pull Request call: bitbucket-repositories-lists.listcommentsonpullrequest outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/commits name: repositories-workspace-repo-slug-pullrequests-pull-request-id-commits description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-commits. operations: - method: GET name: listcommitsonpullrequest description: Atlassian List Commits on Pull Request call: bitbucket-repositories-lists.listcommitsonpullrequest outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/diff name: repositories-workspace-repo-slug-pullrequests-pull-request-id-diff description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-diff. operations: - method: GET name: listchangesinpullrequest description: Atlassian List Changes in Pull Request call: bitbucket-repositories-lists.listchangesinpullrequest outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/statuses name: repositories-workspace-repo-slug-pullrequests-pull-request-id-statuses description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-statuses. operations: - method: GET name: listcommitstatusesforpullrequest description: Atlassian List Commit Statuses for Pull Request call: bitbucket-repositories-lists.listcommitstatusesforpullrequest with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pull-request-id}/tasks name: repositories-workspace-repo-slug-pullrequests-pull-request-id-tasks description: REST surface for repositories-workspace-repo_slug-pullrequests-pull_request_id-tasks. operations: - method: GET name: listtasksonpullrequest description: Atlassian List Tasks on Pull Request call: bitbucket-repositories-lists.listtasksonpullrequest with: q: rest.q sort: rest.sort pagelen: rest.pagelen outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/refs name: repositories-workspace-repo-slug-refs description: REST surface for repositories-workspace-repo_slug-refs. operations: - method: GET name: listbranchesandtags description: Atlassian List Branches and Tags call: bitbucket-repositories-lists.listbranchesandtags with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/refs/branches name: repositories-workspace-repo-slug-refs-branches description: REST surface for repositories-workspace-repo_slug-refs-branches. operations: - method: GET name: listopenbranches description: Atlassian List Open Branches call: bitbucket-repositories-lists.listopenbranches with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/refs/tags name: repositories-workspace-repo-slug-refs-tags description: REST surface for repositories-workspace-repo_slug-refs-tags. operations: - method: GET name: listtags description: Atlassian List Tags call: bitbucket-repositories-lists.listtags with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/versions name: repositories-workspace-repo-slug-versions description: REST surface for repositories-workspace-repo_slug-versions. operations: - method: GET name: listdefinedversionsforissues description: Atlassian List Defined Versions for Issues call: bitbucket-repositories-lists.listdefinedversionsforissues outputParameters: - type: object mapping: $. - path: /v1/repositories/{workspace}/{repo-slug}/watchers name: repositories-workspace-repo-slug-watchers description: REST surface for repositories-workspace-repo_slug-watchers. operations: - method: GET name: listrepositorieswatchers description: Atlassian List Repositories Watchers call: bitbucket-repositories-lists.listrepositorieswatchers outputParameters: - type: object mapping: $. - path: /v1/workspaces/{workspace}/permissions/repositories/{repo-slug} name: workspaces-workspace-permissions-repositories-repo-slug description: REST surface for workspaces-workspace-permissions-repositories-repo_slug. operations: - method: GET name: listrepositorypermissionsforworkspace description: Atlassian List Repository Permissions for Workspace call: bitbucket-repositories-lists.listrepositorypermissionsforworkspace with: q: rest.q sort: rest.sort outputParameters: - type: object mapping: $. - type: mcp namespace: bitbucket-repositories-lists-mcp port: 9090 transport: http description: MCP adapter for Atlassian Bit Bucket Repositories API — Lists. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-list-repositories-workspace description: Atlassian List Repositories in Workspace hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listrepositoriesinworkspace with: role: tools.role q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-branch-restrictions description: Atlassian List Branch Restrictions hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listbranchrestrictions with: kind: tools.kind pattern: tools.pattern outputParameters: - type: object mapping: $. - name: atlassian-list-commits-comments description: Atlassian List Commits Comments hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitscomments with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-pull-requests-that description: Atlassian List Pull Requests That Contain Commit hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listpullrequeststhatcontaincommit with: workspace: tools.workspace repo_slug: tools.repo_slug commit: tools.commit page: tools.page pagelen: tools.pagelen outputParameters: - type: object mapping: $. - name: atlassian-list-reports description: Atlassian List Reports hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listreports with: workspace: tools.workspace repo_slug: tools.repo_slug commit: tools.commit outputParameters: - type: object mapping: $. - name: atlassian-list-annotations description: Atlassian List Annotations hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listannotations with: workspace: tools.workspace repo_slug: tools.repo_slug commit: tools.commit reportId: tools.reportId outputParameters: - type: object mapping: $. - name: atlassian-list-commit-statuses-commit description: Atlassian List Commit Statuses for Commit hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitstatusesforcommit with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-commits description: Atlassian List Commits hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommits outputParameters: - type: object mapping: $. - name: atlassian-list-commits-include-exclude description: Atlassian List Commits With Include/exclude hints: readOnly: true destructive: false idempotent: false call: bitbucket-repositories-lists.listcommitswithincludeexclude outputParameters: - type: object mapping: $. - name: atlassian-list-commits-revision description: Atlassian List Commits for Revision hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitsforrevision outputParameters: - type: object mapping: $. - name: atlassian-list-commits-revision-using description: Atlassian List Commits for Revision Using Include/exclude hints: readOnly: true destructive: false idempotent: false call: bitbucket-repositories-lists.listcommitsforrevisionusingincludeexclude outputParameters: - type: object mapping: $. - name: atlassian-list-components description: Atlassian List Components hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcomponents outputParameters: - type: object mapping: $. - name: atlassian-list-default-reviewers description: Atlassian List Default Reviewers hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listdefaultreviewers outputParameters: - type: object mapping: $. - name: atlassian-list-repository-deploy-keys description: Atlassian List Repository Deploy Keys hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listrepositorydeploykeys outputParameters: - type: object mapping: $. - name: atlassian-list-deployments description: Atlassian List Deployments hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listdeployments with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-variables-environment description: Atlassian List Variables for an Environment hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listvariablesforanenvironment with: workspace: tools.workspace repo_slug: tools.repo_slug environment_uuid: tools.environment_uuid outputParameters: - type: object mapping: $. - name: atlassian-list-download-artifacts description: Atlassian List Download Artifacts hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listdownloadartifacts outputParameters: - type: object mapping: $. - name: atlassian-list-effective-default-reviewers description: Atlassian List Effective Default Reviewers hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listeffectivedefaultreviewers outputParameters: - type: object mapping: $. - name: atlassian-list-environments description: Atlassian List Environments hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listenvironments with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-commits-that-modified description: Atlassian List Commits That Modified File hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitsthatmodifiedfile with: renames: tools.renames q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-repository-forks description: Atlassian List Repository Forks hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listrepositoryforks with: role: tools.role q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-webhooks-repository description: Atlassian List Webhooks for Repository hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listwebhooksforrepository outputParameters: - type: object mapping: $. - name: atlassian-list-issues description: Atlassian List Issues hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listissues outputParameters: - type: object mapping: $. - name: atlassian-list-attachments-issue description: Atlassian List Attachments for an Issue hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listattachmentsforanissue outputParameters: - type: object mapping: $. - name: atlassian-list-changes-issue description: Atlassian List Changes on an Issue hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listchangesonanissue with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-comments-issue description: Atlassian List Comments on an Issue hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommentsonanissue with: q: tools.q outputParameters: - type: object mapping: $. - name: atlassian-list-milestones description: Atlassian List Milestones hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listmilestones outputParameters: - type: object mapping: $. - name: atlassian-list-explicit-group-permissions description: Atlassian List Explicit Group Permissions for Repository hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listexplicitgrouppermissionsforrepository outputParameters: - type: object mapping: $. - name: atlassian-list-explicit-user-permissions description: Atlassian List Explicit User Permissions for Repository hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listexplicituserpermissionsforrepository outputParameters: - type: object mapping: $. - name: atlassian-list-pipelines description: Atlassian List Pipelines hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listpipelines with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-caches description: Atlassian List Caches hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcaches with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-steps-pipeline description: Atlassian List Steps for Pipeline hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.liststepsforpipeline with: workspace: tools.workspace repo_slug: tools.repo_slug pipeline_uuid: tools.pipeline_uuid outputParameters: - type: object mapping: $. - name: atlassian-list-schedules description: Atlassian List Schedules hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listschedules with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-executions-schedule description: Atlassian List Executions of Schedule hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listexecutionsofschedule with: workspace: tools.workspace repo_slug: tools.repo_slug schedule_uuid: tools.schedule_uuid outputParameters: - type: object mapping: $. - name: atlassian-list-known-hosts description: Atlassian List Known Hosts hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listknownhosts with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-variables-repository description: Atlassian List Variables for Repository hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listvariablesforrepository with: workspace: tools.workspace repo_slug: tools.repo_slug outputParameters: - type: object mapping: $. - name: atlassian-list-pull-requests description: Atlassian List Pull Requests hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listpullrequests with: state: tools.state outputParameters: - type: object mapping: $. - name: atlassian-list-pull-request-activity description: Atlassian List Pull Request Activity Log hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listpullrequestactivitylog outputParameters: - type: object mapping: $. - name: atlassian-list-pull-request-activity-2 description: Atlassian List Pull Request Activity Log hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listpullrequestactivitylog outputParameters: - type: object mapping: $. - name: atlassian-list-comments-pull-request description: Atlassian List Comments on Pull Request hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommentsonpullrequest outputParameters: - type: object mapping: $. - name: atlassian-list-commits-pull-request description: Atlassian List Commits on Pull Request hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitsonpullrequest outputParameters: - type: object mapping: $. - name: atlassian-list-changes-pull-request description: Atlassian List Changes in Pull Request hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listchangesinpullrequest outputParameters: - type: object mapping: $. - name: atlassian-list-commit-statuses-pull description: Atlassian List Commit Statuses for Pull Request hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listcommitstatusesforpullrequest with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-tasks-pull-request description: Atlassian List Tasks on Pull Request hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listtasksonpullrequest with: q: tools.q sort: tools.sort pagelen: tools.pagelen outputParameters: - type: object mapping: $. - name: atlassian-list-branches-and-tags description: Atlassian List Branches and Tags hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listbranchesandtags with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-open-branches description: Atlassian List Open Branches hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listopenbranches with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-tags description: Atlassian List Tags hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listtags with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $. - name: atlassian-list-defined-versions-issues description: Atlassian List Defined Versions for Issues hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listdefinedversionsforissues outputParameters: - type: object mapping: $. - name: atlassian-list-repositories-watchers description: Atlassian List Repositories Watchers hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listrepositorieswatchers outputParameters: - type: object mapping: $. - name: atlassian-list-repository-permissions-workspace description: Atlassian List Repository Permissions for Workspace hints: readOnly: true destructive: false idempotent: true call: bitbucket-repositories-lists.listrepositorypermissionsforworkspace with: q: tools.q sort: tools.sort outputParameters: - type: object mapping: $.