naftiko: 1.0.0-alpha2 info: label: JFrog Access REST API — Groups description: 'JFrog Access REST API — Groups. 5 operations. Lead operation: JFrog List Groups. Self-contained Naftiko capability covering one Jfrog business surface.' tags: - Jfrog - Groups created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: JFROG_API_KEY: JFROG_API_KEY capability: consumes: - type: http namespace: access-groups baseUri: https://{server}.jfrog.io/access description: JFrog Access REST API — Groups business capability. Self-contained, no shared references. resources: - name: api-v2-groups path: /api/v2/groups operations: - name: listgroups method: GET description: JFrog List Groups outputRawFormat: json outputParameters: - name: result type: object value: $. - name: creategroup method: POST description: JFrog Create Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v2-groups-groupName path: /api/v2/groups/{groupName} operations: - name: getgroup method: GET description: JFrog Get Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: groupName in: path type: string description: Group name required: true - name: updategroup method: PATCH description: JFrog Update Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: groupName in: path type: string description: Group name required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletegroup method: DELETE description: JFrog Delete Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: groupName in: path type: string description: Group name required: true authentication: type: bearer token: '{{env.JFROG_API_KEY}}' exposes: - type: rest namespace: access-groups-rest port: 8080 description: REST adapter for JFrog Access REST API — Groups. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/groups name: api-v2-groups description: REST surface for api-v2-groups. operations: - method: GET name: listgroups description: JFrog List Groups call: access-groups.listgroups outputParameters: - type: object mapping: $. - method: POST name: creategroup description: JFrog Create Group call: access-groups.creategroup with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v2/groups/{groupname} name: api-v2-groups-groupname description: REST surface for api-v2-groups-groupName. operations: - method: GET name: getgroup description: JFrog Get Group call: access-groups.getgroup with: groupName: rest.groupName outputParameters: - type: object mapping: $. - method: PATCH name: updategroup description: JFrog Update Group call: access-groups.updategroup with: groupName: rest.groupName body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletegroup description: JFrog Delete Group call: access-groups.deletegroup with: groupName: rest.groupName outputParameters: - type: object mapping: $. - type: mcp namespace: access-groups-mcp port: 9090 transport: http description: MCP adapter for JFrog Access REST API — Groups. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: jfrog-list-groups description: JFrog List Groups hints: readOnly: true destructive: false idempotent: true call: access-groups.listgroups outputParameters: - type: object mapping: $. - name: jfrog-create-group description: JFrog Create Group hints: readOnly: false destructive: false idempotent: false call: access-groups.creategroup with: body: tools.body outputParameters: - type: object mapping: $. - name: jfrog-get-group description: JFrog Get Group hints: readOnly: true destructive: false idempotent: true call: access-groups.getgroup with: groupName: tools.groupName outputParameters: - type: object mapping: $. - name: jfrog-update-group description: JFrog Update Group hints: readOnly: false destructive: false idempotent: true call: access-groups.updategroup with: groupName: tools.groupName body: tools.body outputParameters: - type: object mapping: $. - name: jfrog-delete-group description: JFrog Delete Group hints: readOnly: false destructive: true idempotent: true call: access-groups.deletegroup with: groupName: tools.groupName outputParameters: - type: object mapping: $.