naftiko: 1.0.0-alpha2 info: label: Unified.to API — repo description: 'Unified.to API — repo. 30 operations. Lead operation: List all branches. Self-contained Naftiko capability covering one Unified To business surface.' tags: - Unified To - repo created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY capability: consumes: - type: http namespace: it-ops-repo baseUri: https://api.unified.to description: Unified.to API — repo business capability. Self-contained, no shared references. resources: - name: repo-connection_id-branch path: /repo/{connection_id}/branch operations: - name: listrepobranches method: GET description: List all branches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: repo_id in: query type: string description: The repo ID to filter by (reference to RepoRepository) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createrepobranch method: POST description: Create a branch outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-branch-id path: /repo/{connection_id}/branch/{id} operations: - name: removerepobranch method: DELETE description: Remove a branch outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Branch required: true - name: getrepobranch method: GET description: Retrieve a branch outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Branch required: true - name: patchrepobranch method: PATCH description: Update a branch outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Branch required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updaterepobranch method: PUT description: Update a branch outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Branch required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-commit path: /repo/{connection_id}/commit operations: - name: listrepocommits method: GET description: List all commits outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: repo_id in: query type: string description: The repo ID to filter by (reference to RepoRepository) - name: branch_id in: query type: string description: The repo branch ID to filter by (reference to RepoBranch) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createrepocommit method: POST description: Create a commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-commit-id path: /repo/{connection_id}/commit/{id} operations: - name: removerepocommit method: DELETE description: Remove a commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Commit required: true - name: getrepocommit method: GET description: Retrieve a commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Commit required: true - name: patchrepocommit method: PATCH description: Update a commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Commit required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updaterepocommit method: PUT description: Update a commit outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Commit required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-organization path: /repo/{connection_id}/organization operations: - name: listrepoorganizations method: GET description: List all organizations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createrepoorganization method: POST description: Create an organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-organization-id path: /repo/{connection_id}/organization/{id} operations: - name: removerepoorganization method: DELETE description: Remove an organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Organization required: true - name: getrepoorganization method: GET description: Retrieve an organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Organization required: true - name: patchrepoorganization method: PATCH description: Update an organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Organization required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updaterepoorganization method: PUT description: Update an organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Organization required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-pullrequest path: /repo/{connection_id}/pullrequest operations: - name: listrepopullrequests method: GET description: List all pullrequests outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: repo_id in: query type: string description: The repo ID to filter by (reference to RepoRepository) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createrepopullrequest method: POST description: Create a pullrequest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-pullrequest-id path: /repo/{connection_id}/pullrequest/{id} operations: - name: removerepopullrequest method: DELETE description: Remove a pullrequest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Pullrequest required: true - name: getrepopullrequest method: GET description: Retrieve a pullrequest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Pullrequest required: true - name: patchrepopullrequest method: PATCH description: Update a pullrequest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Pullrequest required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updaterepopullrequest method: PUT description: Update a pullrequest outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Pullrequest required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-repository path: /repo/{connection_id}/repository operations: - name: listreporepositories method: GET description: List all repositories outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: org_id in: query type: string description: The org ID to filter by (reference to RepoOrganization) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createreporepository method: POST description: Create a repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: repo-connection_id-repository-id path: /repo/{connection_id}/repository/{id} operations: - name: removereporepository method: DELETE description: Remove a repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Repository required: true - name: getreporepository method: GET description: Retrieve a repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Repository required: true - name: patchreporepository method: PATCH description: Update a repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Repository required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatereporepository method: PUT description: Update a repository outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Repository required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: authorization value: '{{env.UNIFIED_TO_API_KEY}}' placement: header exposes: - type: rest namespace: it-ops-repo-rest port: 8080 description: REST adapter for Unified.to API — repo. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/repo/{connection-id}/branch name: repo-connection-id-branch description: REST surface for repo-connection_id-branch. operations: - method: GET name: listrepobranches description: List all branches call: it-ops-repo.listrepobranches with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query repo_id: rest.repo_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createrepobranch description: Create a branch call: it-ops-repo.createrepobranch with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/branch/{id} name: repo-connection-id-branch-id description: REST surface for repo-connection_id-branch-id. operations: - method: DELETE name: removerepobranch description: Remove a branch call: it-ops-repo.removerepobranch with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getrepobranch description: Retrieve a branch call: it-ops-repo.getrepobranch with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchrepobranch description: Update a branch call: it-ops-repo.patchrepobranch with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updaterepobranch description: Update a branch call: it-ops-repo.updaterepobranch with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/commit name: repo-connection-id-commit description: REST surface for repo-connection_id-commit. operations: - method: GET name: listrepocommits description: List all commits call: it-ops-repo.listrepocommits with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query repo_id: rest.repo_id branch_id: rest.branch_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createrepocommit description: Create a commit call: it-ops-repo.createrepocommit with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/commit/{id} name: repo-connection-id-commit-id description: REST surface for repo-connection_id-commit-id. operations: - method: DELETE name: removerepocommit description: Remove a commit call: it-ops-repo.removerepocommit with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getrepocommit description: Retrieve a commit call: it-ops-repo.getrepocommit with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchrepocommit description: Update a commit call: it-ops-repo.patchrepocommit with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updaterepocommit description: Update a commit call: it-ops-repo.updaterepocommit with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/organization name: repo-connection-id-organization description: REST surface for repo-connection_id-organization. operations: - method: GET name: listrepoorganizations description: List all organizations call: it-ops-repo.listrepoorganizations with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createrepoorganization description: Create an organization call: it-ops-repo.createrepoorganization with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/organization/{id} name: repo-connection-id-organization-id description: REST surface for repo-connection_id-organization-id. operations: - method: DELETE name: removerepoorganization description: Remove an organization call: it-ops-repo.removerepoorganization with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getrepoorganization description: Retrieve an organization call: it-ops-repo.getrepoorganization with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchrepoorganization description: Update an organization call: it-ops-repo.patchrepoorganization with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updaterepoorganization description: Update an organization call: it-ops-repo.updaterepoorganization with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/pullrequest name: repo-connection-id-pullrequest description: REST surface for repo-connection_id-pullrequest. operations: - method: GET name: listrepopullrequests description: List all pullrequests call: it-ops-repo.listrepopullrequests with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query repo_id: rest.repo_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createrepopullrequest description: Create a pullrequest call: it-ops-repo.createrepopullrequest with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/pullrequest/{id} name: repo-connection-id-pullrequest-id description: REST surface for repo-connection_id-pullrequest-id. operations: - method: DELETE name: removerepopullrequest description: Remove a pullrequest call: it-ops-repo.removerepopullrequest with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getrepopullrequest description: Retrieve a pullrequest call: it-ops-repo.getrepopullrequest with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchrepopullrequest description: Update a pullrequest call: it-ops-repo.patchrepopullrequest with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updaterepopullrequest description: Update a pullrequest call: it-ops-repo.updaterepopullrequest with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/repository name: repo-connection-id-repository description: REST surface for repo-connection_id-repository. operations: - method: GET name: listreporepositories description: List all repositories call: it-ops-repo.listreporepositories with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query org_id: rest.org_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createreporepository description: Create a repository call: it-ops-repo.createreporepository with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/repo/{connection-id}/repository/{id} name: repo-connection-id-repository-id description: REST surface for repo-connection_id-repository-id. operations: - method: DELETE name: removereporepository description: Remove a repository call: it-ops-repo.removereporepository with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getreporepository description: Retrieve a repository call: it-ops-repo.getreporepository with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchreporepository description: Update a repository call: it-ops-repo.patchreporepository with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatereporepository description: Update a repository call: it-ops-repo.updatereporepository with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: it-ops-repo-mcp port: 9090 transport: http description: MCP adapter for Unified.to API — repo. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-branches description: List all branches hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.listrepobranches with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query repo_id: tools.repo_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-branch description: Create a branch hints: readOnly: false destructive: false idempotent: false call: it-ops-repo.createrepobranch with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-branch description: Remove a branch hints: readOnly: false destructive: true idempotent: true call: it-ops-repo.removerepobranch with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-branch description: Retrieve a branch hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.getrepobranch with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-branch description: Update a branch hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.patchrepobranch with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-branch-2 description: Update a branch hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.updaterepobranch with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-commits description: List all commits hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.listrepocommits with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query repo_id: tools.repo_id branch_id: tools.branch_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-commit description: Create a commit hints: readOnly: false destructive: false idempotent: false call: it-ops-repo.createrepocommit with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-commit description: Remove a commit hints: readOnly: false destructive: true idempotent: true call: it-ops-repo.removerepocommit with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-commit description: Retrieve a commit hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.getrepocommit with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-commit description: Update a commit hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.patchrepocommit with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-commit-2 description: Update a commit hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.updaterepocommit with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-organizations description: List all organizations hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.listrepoorganizations with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-organization description: Create an organization hints: readOnly: false destructive: false idempotent: false call: it-ops-repo.createrepoorganization with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-organization description: Remove an organization hints: readOnly: false destructive: true idempotent: true call: it-ops-repo.removerepoorganization with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-organization description: Retrieve an organization hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.getrepoorganization with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-organization description: Update an organization hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.patchrepoorganization with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-organization-2 description: Update an organization hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.updaterepoorganization with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-pullrequests description: List all pullrequests hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.listrepopullrequests with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query repo_id: tools.repo_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-pullrequest description: Create a pullrequest hints: readOnly: false destructive: false idempotent: false call: it-ops-repo.createrepopullrequest with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-pullrequest description: Remove a pullrequest hints: readOnly: false destructive: true idempotent: true call: it-ops-repo.removerepopullrequest with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-pullrequest description: Retrieve a pullrequest hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.getrepopullrequest with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-pullrequest description: Update a pullrequest hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.patchrepopullrequest with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-pullrequest-2 description: Update a pullrequest hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.updaterepopullrequest with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-repositories description: List all repositories hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.listreporepositories with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query org_id: tools.org_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-repository description: Create a repository hints: readOnly: false destructive: false idempotent: false call: it-ops-repo.createreporepository with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-repository description: Remove a repository hints: readOnly: false destructive: true idempotent: true call: it-ops-repo.removereporepository with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-repository description: Retrieve a repository hints: readOnly: true destructive: false idempotent: true call: it-ops-repo.getreporepository with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-repository description: Update a repository hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.patchreporepository with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-repository-2 description: Update a repository hints: readOnly: false destructive: false idempotent: true call: it-ops-repo.updatereporepository with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $.